- (please add here)
- [BUGFIX] Fix bug around the instantiation of Checkpoints from CheckpointConfig
- [DOCS] Add test and example demonstrating the use of custom expectations in an Airflow pipeline
- [FEATURE] Improve performance by moving DataContext and Checkpoint initialization to Operator.execute() - thanks @denimalpaca
- [BUGFIX] Fix error with the instantiation of a Checkpoint from a CheckpointConfig
- [BUGFIX] Resolve dependency resolution conflict with Astronomer Docker image
- [FEATURE] Update Operator to work with Great Expectations V3 API - thanks @denimalpaca @josh-fell @jeffkpayne!
- [FEATURE] Combine BigQuery Operator with general Great Expectations Operator
- [MAINTENANCE] Update required Airflow version to Airflow 2.1
- [FEATURE] Add explicit Airflow version handling - thanks, @jeffkpayne!
- [FEATURE] Add example DAG setup conveniences - thanks, @jeffkpayne!
- [FEATURE] Defer initialization of DataContext and other resources - thanks, @jeffkpayne!
- [DOCS] Update README with virtual env and testing process - thanks, @jeffkpayne!
- [MAINTENANCE] Mark additional vars templated in BigQuery operator - thanks, @jeffkpayne!
- [MAINTENANCE] Add type hints and update docstrings - thanks, @jeffkpayne!
- [MAINTENANCE] Add unit and integration test coverage - thanks, @jeffkpayne!
- [BUGFIX] Addressed a bug whereby the fail_task_on_validation_failure in the BigQuery operator was being shadowed by the parent class.
- [ENHANCEMENT] Add support for validation operators when running LegacyCheckpoints with the GreatExpectationsOperator
- [DOCS] Fixed typos in documentation - thanks @armandduijn and @sunkickr!
- [MAINTENANCE] Make some improvements to the package by updating setup.py dependencies, exposing the example_dags within that, and adding an init.py to the example DAG directory - thanks @petedejoy and @pgzmnk!
- [BUGFIX] Update setup.py with appropriate versions
- [BREAKING] Updated GreatExpectations operator to work with class-based Checkpoints (Great Expectations >= 0.13.9)
- [ENHANCEMENT] Restructured project, provider metadata, examples, added "how to run" steps to README, and added tests
- [ENHANCEMENT] Adding BigQuery operator for easier use with BigQuery and Google Cloud Storage
- [ENHANCEMENT] Adding template fields
- [ENHANCEMENT] Adding fail callback function parameter
- [ENHANCEMENT] Updated Great Expectations examples
- Initial release of the provider