Commit b1fba4f
Implemented ExpectColumnTypeToBe expectation (file path: great_expectations/expectations/core/expect_column_type_to_be.py) and added integration test file (file path: tests/integration/data_sources_and_expectations/expectations/test_expect_column_type_to_be.py). Modified great_expectations/expectations/__init__.py and great_expectations/expectations/core/__init__.py to register new expectation.
1 parent 4c3adfd commit b1fba4f
4 files changed
Lines changed: 636 additions & 0 deletions
File tree
- great_expectations/expectations
- core
- tests/integration/data_sources_and_expectations/expectations
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments