1+ {
2+ "data_asset_type" : null ,
3+ "expectation_suite_name" : " taxi.demo" ,
4+ "expectations" : [
5+ {
6+ "expectation_type" : " expect_table_columns_to_match_ordered_list" ,
7+ "kwargs" : {
8+ "column_list" : [
9+ " vendor_id" ,
10+ " pickup_datetime" ,
11+ " dropoff_datetime" ,
12+ " passenger_count" ,
13+ " trip_distance" ,
14+ " rate_code_id" ,
15+ " store_and_fwd_flag" ,
16+ " pickup_location_id" ,
17+ " dropoff_location_id" ,
18+ " payment_type" ,
19+ " fare_amount" ,
20+ " extra" ,
21+ " mta_tax" ,
22+ " tip_amount" ,
23+ " tolls_amount" ,
24+ " improvement_surcharge" ,
25+ " total_amount" ,
26+ " congestion_surcharge"
27+ ]
28+ },
29+ "meta" : {}
30+ },
31+ {
32+ "expectation_type" : " expect_table_row_count_to_be_between" ,
33+ "kwargs" : {
34+ "max_value" : 10000 ,
35+ "min_value" : 10000
36+ },
37+ "meta" : {}
38+ },
39+ {
40+ "expectation_type" : " expect_column_min_to_be_between" ,
41+ "kwargs" : {
42+ "column" : " passenger_count" ,
43+ "max_value" : 1 ,
44+ "min_value" : 1
45+ },
46+ "meta" : {}
47+ },
48+ {
49+ "expectation_type" : " expect_column_max_to_be_between" ,
50+ "kwargs" : {
51+ "column" : " passenger_count" ,
52+ "max_value" : 6 ,
53+ "min_value" : 6
54+ },
55+ "meta" : {}
56+ },
57+ {
58+ "expectation_type" : " expect_column_mean_to_be_between" ,
59+ "kwargs" : {
60+ "column" : " passenger_count" ,
61+ "max_value" : 1.5716 ,
62+ "min_value" : 1.5716
63+ },
64+ "meta" : {}
65+ },
66+ {
67+ "expectation_type" : " expect_column_median_to_be_between" ,
68+ "kwargs" : {
69+ "column" : " passenger_count" ,
70+ "max_value" : 1.0 ,
71+ "min_value" : 1.0
72+ },
73+ "meta" : {}
74+ },
75+ {
76+ "expectation_type" : " expect_column_quantile_values_to_be_between" ,
77+ "kwargs" : {
78+ "allow_relative_error" : " lower" ,
79+ "column" : " passenger_count" ,
80+ "quantile_ranges" : {
81+ "quantiles" : [0.05 , 0.25 , 0.5 , 0.75 , 0.95 ],
82+ "value_ranges" : [[1 , 1 ], [1 , 1 ], [1 , 1 ], [2 , 2 ], [5 , 5 ]]
83+ }
84+ },
85+ "meta" : {}
86+ },
87+ {
88+ "expectation_type" : " expect_column_values_to_be_in_set" ,
89+ "kwargs" : {
90+ "column" : " passenger_count" ,
91+ "value_set" : [1 , 2 , 3 , 4 , 5 , 6 ]
92+ },
93+ "meta" : {}
94+ },
95+ {
96+ "expectation_type" : " expect_column_values_to_not_be_null" ,
97+ "kwargs" : {
98+ "column" : " passenger_count"
99+ },
100+ "meta" : {}
101+ },
102+ {
103+ "expectation_type" : " expect_column_proportion_of_unique_values_to_be_between" ,
104+ "kwargs" : {
105+ "column" : " passenger_count" ,
106+ "max_value" : 0.0006 ,
107+ "min_value" : 0.0006
108+ },
109+ "meta" : {}
110+ },
111+ {
112+ "expectation_type" : " expect_column_values_to_be_in_type_list" ,
113+ "kwargs" : {
114+ "column" : " passenger_count" ,
115+ "type_list" : [
116+ " INTEGER" ,
117+ " integer" ,
118+ " int" ,
119+ " int_" ,
120+ " int8" ,
121+ " int16" ,
122+ " int32" ,
123+ " int64" ,
124+ " uint8" ,
125+ " uint16" ,
126+ " uint32" ,
127+ " uint64" ,
128+ " Int8Dtype" ,
129+ " Int16Dtype" ,
130+ " Int32Dtype" ,
131+ " Int64Dtype" ,
132+ " UInt8Dtype" ,
133+ " UInt16Dtype" ,
134+ " UInt32Dtype" ,
135+ " UInt64Dtype" ,
136+ " INT" ,
137+ " INTEGER" ,
138+ " INT64" ,
139+ " TINYINT" ,
140+ " BYTEINT" ,
141+ " SMALLINT" ,
142+ " BIGINT" ,
143+ " IntegerType" ,
144+ " LongType"
145+ ]
146+ },
147+ "meta" : {}
148+ }
149+ ],
150+ "ge_cloud_id" : null ,
151+ "meta" : {
152+ "citations" : [
153+ {
154+ "batch_request" : {
155+ "data_asset_name" : " yellow_tripdata_sample_2019-01.csv" ,
156+ "data_connector_name" : " default_inferred_data_connector_name" ,
157+ "datasource_name" : " data__dir" ,
158+ "limit" : 1000
159+ },
160+ "citation_date" : " 2022-08-23T13:56:02.653975Z" ,
161+ "comment" : " Created suite added via CLI"
162+ }
163+ ],
164+ "columns" : {
165+ "congestion_surcharge" : {
166+ "description" : " "
167+ },
168+ "dropoff_datetime" : {
169+ "description" : " "
170+ },
171+ "dropoff_location_id" : {
172+ "description" : " "
173+ },
174+ "extra" : {
175+ "description" : " "
176+ },
177+ "fare_amount" : {
178+ "description" : " "
179+ },
180+ "improvement_surcharge" : {
181+ "description" : " "
182+ },
183+ "mta_tax" : {
184+ "description" : " "
185+ },
186+ "passenger_count" : {
187+ "description" : " "
188+ },
189+ "payment_type" : {
190+ "description" : " "
191+ },
192+ "pickup_datetime" : {
193+ "description" : " "
194+ },
195+ "pickup_location_id" : {
196+ "description" : " "
197+ },
198+ "rate_code_id" : {
199+ "description" : " "
200+ },
201+ "store_and_fwd_flag" : {
202+ "description" : " "
203+ },
204+ "tip_amount" : {
205+ "description" : " "
206+ },
207+ "tolls_amount" : {
208+ "description" : " "
209+ },
210+ "total_amount" : {
211+ "description" : " "
212+ },
213+ "trip_distance" : {
214+ "description" : " "
215+ },
216+ "vendor_id" : {
217+ "description" : " "
218+ }
219+ },
220+ "great_expectations_version" : " 0.15.19"
221+ }
222+ }
0 commit comments