-
- Downloads
Validate datasets are found when checking bigquery (#22144)
* Validate datasets are found when checking bigquery Fixes #19709 * Address PR feedback Made a general mechanism to pass expected messages to users in api/database via ex-info. This allows us to suppress logging for "unexceptional" exceptions that one can expect to hit while setting up drivers. * Only validate when filters are set Also removed the dataset list from the exception as it's not surfaced to users.
Showing
- modules/drivers/bigquery-cloud-sdk/src/metabase/driver/bigquery_cloud_sdk.clj 29 additions, 20 deletions...uery-cloud-sdk/src/metabase/driver/bigquery_cloud_sdk.clj
- modules/drivers/bigquery-cloud-sdk/test/metabase/driver/bigquery_cloud_sdk_test.clj 9 additions, 3 deletions...loud-sdk/test/metabase/driver/bigquery_cloud_sdk_test.clj
- src/metabase/api/database.clj 1 addition, 1 deletionsrc/metabase/api/database.clj
- src/metabase/driver.clj 2 additions, 1 deletionsrc/metabase/driver.clj
Please register or sign in to comment