Skip to content

Commit cd5637a

Browse files
committed
BigQuery Mobile: Add mobile_staging_reconcilition to temp tables validation config (Close #100)
1 parent 04189a8 commit cd5637a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.test/great_expectations/validation_configs/mobile/v1/bigquery/temp_tables.json

+9
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@
5454
"bigquery_temp_table": "ge_test_scratch_mobile_usr_this_run"
5555
},
5656
"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"]
5766
}
5867
]
5968
}

0 commit comments

Comments
 (0)