-
- Downloads
BQ expression fixes (#17347)
This was a miserable grind in the old BQ syntax but a happy fun time in the new BQ syntax, basically just turning it on and squashing a bunch of test bugs. One test bug to note especially is that the underscore-transformed set of bird scarcity data for the bird scarcity tests is actually necessary, because BQ will hit you with a complaint about underscores even if you successfully and correctly quote the table names.
Showing
- enterprise/backend/test/metabase_enterprise/serialization/load_test.clj 4 additions, 1 deletion...kend/test/metabase_enterprise/serialization/load_test.clj
- modules/drivers/bigquery-cloud-sdk/src/metabase/driver/bigquery_cloud_sdk.clj 1 addition, 1 deletion...uery-cloud-sdk/src/metabase/driver/bigquery_cloud_sdk.clj
- modules/drivers/bigquery-cloud-sdk/test/metabase/driver/bigquery_cloud_sdk_test.clj 70 additions, 0 deletions...loud-sdk/test/metabase/driver/bigquery_cloud_sdk_test.clj
- test/metabase/query_processor_test/expressions_test.clj 31 additions, 18 deletionstest/metabase/query_processor_test/expressions_test.clj
Loading
Please register or sign in to comment