All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.13.0 - 2022-05-27
- Add support for custom
timetable
- Add support for
python_callable_file
forPythonSensor
0.12.0 - 2022-02-07
- Allow
params
to be specified in YAML - Add environment variables support for
python_callable_file
- Adds support for
is_paused_upon_creation
flag - Allow
python_callable
to be specified in YAML
0.11.1 - 2021-12-07
- Add support for
access_control
in DAG params
- Fixed tests for Airflow 1.10 by pinning
wtforms
0.11.0 - 2021-10-16
- Add support success/failure callables in
SqlSensor
- Add
sla_secs
option in task param to convert seconds to timedelta object
- Support Airflow 2.2
0.10.1 - 2021-08-24
- Add support for
response_check_lambda
option inHttpSensor
0.10.0 - 2021-08-20
- Add support for
HttpSensor
0.9.1 - 2021-07-27
- Add support for
python_callable_file
forBranchPythonOperator
- Only try to use
import_string
for callbacks if they are strings
0.9.0 - 2021-07-25
- Allow callbacks from Python modules
0.8.0 - 2021-06-09
- Support for
TaskGroups
if using Airflow 2.0 - Separate DAG building and registering logic
0.7.2 - 2021-01-21
- Correctly set
dag.description
depending on Airflow version
0.7.1 - 2020-12-19
- Examples for using Custom Operator
- Handle
"None"
asschedule_interval
0.7.0 - 2020-12-19
- Support Airflow 2.0!
0.6.0 - 2020-11-16
catchup
added to DAG parameters- Support for
ExternalTaskSensor
- Run test suite against Python 3.8
0.5.0 - 2020-08-20
- Support for
KubernetesPodOperator
doc_md
parameter at DAG level- Import
doc_md
from a file or python callable
get_datetime
no longer removes time component
0.4.5 - 2020-06-17
- Do not include DAG
tags
parameter in Airflow versions that do not support it.
0.4.4 - 2020-06-12
- Use correct default for
tags
parameter
0.4.3 - 2020-05-24
execution_timeout
parse at task leveltags
parameter at DAG level
0.4.2 - 2020-03-28
- Method
clean_dags
to clean old dags that might not exist anymore
airflow
version
0.4.1 - 2020-02-18
- Default
default_view
parameter to value fromairflow.cfg
0.4.0 - 2020-02-12
- Support for additional DAG parameters
- Define Loader when loading YAML file
0.3.0 - 2019-10-11
- Support for PythonOperator tasks
- Cleaned up testing suite and added pylint to builds
0.2.2 - 2019-09-08
airflow
version
piplock
andpipfile
files
0.2.1 - 2019-02-26
- Python 3+ type-annotations
0.2.0 - 2018-11-28
- Added badges to README
- Support for timezone aware DAGs
- This CHANGELOG!
0.1.1 - 2018-11-20
- Removed
logme
dependency
0.1.0 - 2018-11-20
- Initial release