|
| 1 | +{ |
| 2 | + "data_asset_type": "Dataset", |
| 3 | + "expectation_suite_name": "integration_tests", |
| 4 | + "expectations": [ |
| 5 | + { |
| 6 | + "expectation_type": "expect_column_values_to_be_null", |
| 7 | + "kwargs": { |
| 8 | + "column": "long_session" |
| 9 | + } |
| 10 | + }, |
| 11 | + { |
| 12 | + "expectation_type": "expect_column_values_to_be_null", |
| 13 | + "kwargs": { |
| 14 | + "column": "null_page_view_id" |
| 15 | + } |
| 16 | + }, |
| 17 | + { |
| 18 | + "expectation_type": "expect_column_values_to_be_null", |
| 19 | + "kwargs": { |
| 20 | + "column": "null_domain_userid" |
| 21 | + } |
| 22 | + }, |
| 23 | + { |
| 24 | + "expectation_type": "expect_column_values_to_be_null", |
| 25 | + "kwargs": { |
| 26 | + "column": "null_domain_sessionid" |
| 27 | + } |
| 28 | + }, |
| 29 | + { |
| 30 | + "expectation_type": "expect_column_values_to_be_null", |
| 31 | + "kwargs": { |
| 32 | + "column": "dupe_event_id_same_collector_tstamp" |
| 33 | + } |
| 34 | + }, |
| 35 | + { |
| 36 | + "expectation_type": "expect_column_values_to_be_null", |
| 37 | + "kwargs": { |
| 38 | + "column": "dupe_event_id_diff_collector_tstamp" |
| 39 | + } |
| 40 | + }, |
| 41 | + { |
| 42 | + "expectation_type": "expect_column_values_to_be_null", |
| 43 | + "kwargs": { |
| 44 | + "column": "dupe_page_view_id_diff_derived_tstamp" |
| 45 | + } |
| 46 | + }, |
| 47 | + { |
| 48 | + "expectation_type": "expect_column_values_to_be_null", |
| 49 | + "kwargs": { |
| 50 | + "column": "late_arriving_dvc_created_sent" |
| 51 | + } |
| 52 | + }, |
| 53 | + { |
| 54 | + "expectation_type": "expect_column_values_to_be_null", |
| 55 | + "kwargs": { |
| 56 | + "column": "clean_session" |
| 57 | + } |
| 58 | + } |
| 59 | + ], |
| 60 | + "meta": { |
| 61 | + "versions": { |
| 62 | + "test_suite_version": "1.1.1", |
| 63 | + "bigquery_model_version": "1.0.3" |
| 64 | + }, |
| 65 | + "__comment__": "expect_column_values_to_be_null on column stray_page_ping has been removed as it is a known issue (https://github.com/snowplow/data-models/issues/92)", |
| 66 | + "great_expectations.__version__": "0.12.0" |
| 67 | + } |
| 68 | +} |
| 69 | + |
0 commit comments