We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c80cfd commit 78e5e4fCopy full SHA for 78e5e4f
iac/cal-itp-data-infra-staging/dashboards/us/database.tf
@@ -9,6 +9,6 @@ resource "metabase_database" "bigquery" {
9
service_account_key = base64decode(google_service_account_key.metabase-staging-key.private_key)
10
project_id = "cal-itp-data-infra-staging"
11
dataset_filters_type = "inclusion"
12
- dataset_filters_patterns = "mart_gtfs"
+ dataset_filters_patterns = "mart_gtfs, mart_gtfs_audit"
13
}
14
0 commit comments