getindata / kedro-airflow-k8s

Kedro Plugin to support running pipelines on Kubernetes using Airflow.
https://kedro-airflow-k8s.readthedocs.io
Apache License 2.0
29 stars 11 forks source link

Airflow 2 1 1 compatibility #90

Closed szczeles closed 3 years ago

szczeles commented 3 years ago

Staring with Airflow 2.1.1, default DAG args are passed as additional parameter to operators (https://github.com/apache/airflow/blob/2.1.1/airflow/models/baseoperator.py#L180), so we need to allow **kwargs in our operators (and pass it downstream)


Keep in mind: