Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

warning.json 2.4 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
  1. {
  2. "data_asset_type": null,
  3. "expectation_suite_name": "raw_data.warning",
  4. "expectations": [
  5. {
  6. "expectation_type": "expect_table_columns_to_match_ordered_list",
  7. "kwargs": {
  8. "column_list": [
  9. "review",
  10. "sentiment"
  11. ]
  12. },
  13. "meta": {}
  14. },
  15. {
  16. "expectation_type": "expect_table_row_count_to_be_between",
  17. "kwargs": {
  18. "min_value": 1
  19. },
  20. "meta": {}
  21. },
  22. {
  23. "expectation_type": "expect_column_values_to_not_be_null",
  24. "kwargs": {
  25. "column": "review"
  26. },
  27. "meta": {}
  28. },
  29. {
  30. "expectation_type": "expect_column_proportion_of_unique_values_to_be_between",
  31. "kwargs": {
  32. "column": "review",
  33. "max_value": 1,
  34. "min_value": 0.99
  35. },
  36. "meta": {}
  37. },
  38. {
  39. "expectation_type": "expect_column_values_to_be_in_type_list",
  40. "kwargs": {
  41. "column": "review",
  42. "type_list": [
  43. "str"
  44. ]
  45. },
  46. "meta": {}
  47. },
  48. {
  49. "expectation_type": "expect_column_values_to_be_in_set",
  50. "kwargs": {
  51. "column": "sentiment",
  52. "value_set": [
  53. "negative",
  54. "positive"
  55. ]
  56. },
  57. "meta": {}
  58. },
  59. {
  60. "expectation_type": "expect_column_values_to_not_be_null",
  61. "kwargs": {
  62. "column": "sentiment"
  63. },
  64. "meta": {}
  65. },
  66. {
  67. "expectation_type": "expect_column_values_to_be_in_type_list",
  68. "kwargs": {
  69. "column": "sentiment",
  70. "type_list": [
  71. "str"
  72. ]
  73. },
  74. "meta": {}
  75. },
  76. {
  77. "expectation_type": "expect_table_column_count_to_equal",
  78. "kwargs": {
  79. "value": 2
  80. },
  81. "meta": {}
  82. },
  83. {
  84. "expectation_type": "expect_column_distinct_values_to_be_in_set",
  85. "kwargs": {
  86. "column": "sentiment",
  87. "value_set": [
  88. "negative",
  89. "positive"
  90. ]
  91. },
  92. "meta": {}
  93. }
  94. ],
  95. "ge_cloud_id": null,
  96. "meta": {
  97. "citations": [
  98. {
  99. "batch_request": {
  100. "data_asset_name": "raw/movie_review.csv",
  101. "data_connector_name": "default_inferred_data_connector_name",
  102. "datasource_name": "my_datasource",
  103. "limit": 1000
  104. },
  105. "citation_date": "2022-09-18T07:15:26.800539Z",
  106. "comment": "Created suite added via CLI"
  107. }
  108. ],
  109. "great_expectations_version": "0.15.23"
  110. }
  111. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...