Hi all, I'm attempting to use kedro-airflow by fol...
# questions
a
Hi all, I'm attempting to use kedro-airflow by following the tutorial outlined here: https://docs.kedro.org/en/stable/deployment/airflow_astronomer.html but running into issues on the last step. When I run '`kedro airflow create --target-dir=dags/ --env=airflow`' I get this error: '`File "\lib\site-packages\kedro_airflow\plugin.py", line 37, in _load_config`
if "airflow" not in context.config_loader.config_patterns.keys():
AttributeError: 'ConfigLoader' object has no attribute 'config_patterns
.' Any idea what's going wrong? I'm using kedro=0.17.7 and kedro-airflow=0.6.0
n
You need at least 0.18 to use this, or you can downgrade the kedro-airflow plugin