Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ingest): rectify filter for BigQuery external tables
In the SQL statement querying BigQuery table metadata, the `table_type` is incorrectly filtered for external tables: According to the [official documentation](https://cloud.google.com/bigquery/docs/information-schema-tables#schema), the `table_type` will be `EXTERNAL` for external tables. The query incorrectly expected it to be `EXTERNAL TABLE` instead.
- Loading branch information