beekeeper-studio / beekeeper-studio

Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Linux, MacOS, and Windows.
https://www.beekeeperstudio.io
Other
15.99k stars 1.04k forks source link

BigQuery Integration Tests #2230

Open azmy60 opened 2 months ago

azmy60 commented 2 months ago

There's an unofficial BigQuery emulator https://github.com/goccy/bigquery-emulator. Probably we can use that for testing?

not-night-but commented 2 months ago

@azmy60 unfortunately big query emulator doesn't support a lot of stuff that we need (eg altering schema). Which makes testing it hard.