We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04189a8 commit cd5637aCopy full SHA for cd5637a
.test/great_expectations/validation_configs/mobile/v1/bigquery/temp_tables.json
@@ -54,6 +54,15 @@
54
"bigquery_temp_table": "ge_test_scratch_mobile_usr_this_run"
55
},
56
"expectation_suite_names": ["mobile.v1.mobile_users"]
57
+ },
58
+ {
59
+ "batch_kwargs": {
60
+
61
+ "table": "scratch.mobile_staging_reconciliation",
62
+ "datasource": "bigquery",
63
+ "bigquery_temp_table": "ge_test_scratch_mobile_stg_recon"
64
65
+ "expectation_suite_names": ["mobile.v1.mobile_staging_reconciliation"]
66
}
67
]
68
0 commit comments