|
| 1 | +{ |
| 2 | + "validation_operator_name": "action_list_operator", |
| 3 | + "batches": [ |
| 4 | + { |
| 5 | + "batch_kwargs": { |
| 6 | + "schema": "scratch", |
| 7 | + "table": "mobile_events_this_run", |
| 8 | + "datasource": "snowflake", |
| 9 | + "snowflake_transient_table": "scratch.ge_test_scratch_mobile_events_this_run" |
| 10 | + }, |
| 11 | + "expectation_suite_names": ["mobile.v1.mobile_base"] |
| 12 | + }, |
| 13 | + { |
| 14 | + "batch_kwargs": { |
| 15 | + "schema": "scratch", |
| 16 | + "table": "mobile_events_staged", |
| 17 | + "datasource": "snowflake", |
| 18 | + "snowflake_transient_table": "scratch.ge_test_scratch_mobile_events_staged" |
| 19 | + }, |
| 20 | + "expectation_suite_names": ["mobile.v1.mobile_base"] |
| 21 | + }, |
| 22 | + { |
| 23 | + "batch_kwargs": { |
| 24 | + "schema": "scratch", |
| 25 | + "table": "mobile_screen_views_this_run", |
| 26 | + "datasource": "snowflake", |
| 27 | + "snowflake_transient_table": "scratch.ge_test_scratch_mobile_sv_this_run" |
| 28 | + }, |
| 29 | + "expectation_suite_names": ["mobile.v1.mobile_screen_views"] |
| 30 | + }, |
| 31 | + { |
| 32 | + "batch_kwargs": { |
| 33 | + "schema": "scratch", |
| 34 | + "table": "mobile_screen_views_staged", |
| 35 | + "datasource": "snowflake", |
| 36 | + "snowflake_transient_table": "scratch.ge_test_scratch_mobile_sv_staged" |
| 37 | + }, |
| 38 | + "expectation_suite_names": ["mobile.v1.mobile_screen_views"] |
| 39 | + }, |
| 40 | + { |
| 41 | + "batch_kwargs": { |
| 42 | + "schema": "scratch", |
| 43 | + "table": "mobile_sessions_this_run", |
| 44 | + "datasource": "snowflake", |
| 45 | + "snowflake_transient_table": "scratch.ge_test_scratch_mobile_sess_this_run" |
| 46 | + }, |
| 47 | + "expectation_suite_names": ["mobile.v1.mobile_sessions"] |
| 48 | + }, |
| 49 | + { |
| 50 | + "batch_kwargs": { |
| 51 | + "schema": "scratch", |
| 52 | + "table": "mobile_users_this_run", |
| 53 | + "datasource": "snowflake", |
| 54 | + "snowflake_transient_table": "scratch.ge_test_scratch_mobile_usr_this_run" |
| 55 | + }, |
| 56 | + "expectation_suite_names": ["mobile.v1.mobile_users"] |
| 57 | + }, |
| 58 | + { |
| 59 | + "batch_kwargs": { |
| 60 | + "schema": "scratch", |
| 61 | + "table": "mobile_staging_reconciliation", |
| 62 | + "datasource": "snowflake", |
| 63 | + "snowflake_transient_table": "scratch.ge_test_scratch_mobile_staging_reconciliation" |
| 64 | + }, |
| 65 | + "expectation_suite_names": ["mobile.v1.mobile_staging_reconciliation"] |
| 66 | + } |
| 67 | + ] |
| 68 | +} |
0 commit comments