File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.14.0] - 2023-01-13
4+
5+ ### Added
6+ - pre-commit hooks with various tools for code quality
7+ - project wide default_load_mode configuration
8+ - pipelines: added 'files' for 'sql' to deprecate 'sql_files'
9+ - pipelines: added 'run' as alias for 'check'
10+ - tests that pipeline steps matches cli
11+ - pipelines: 'write_check' for 'sql'
12+ - documentation for 'fake' pipeline step
13+ - pipelines: added 'table' and 'file' for 'load' to deprecate 'load_table'
14+ - running data_check_pipeline.yml directly to execute the pipeline
15+
16+
17+ ### Changed
18+ - refactored TableInfo into Table
19+ - moved integration tests into pytest
20+ - upgraded dependencies
21+
22+ ### Fixed
23+ - load fails if csv doesn't have all columns
24+
25+ ### Deprecated
26+ - pipelines: 'sql_files' is deprecated, use 'sql' instead
27+ - pipelines: 'load_table' is deprecated, use 'load' instead
28+
329## [ 0.13.0] - 2022-09-29
430
531### Added
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " data_check"
3- version = " 0.13 .0"
3+ version = " 0.14 .0"
44description = " simple data validation"
55authors = [" Andreas Rjasanow <andrjas@gmail.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments