-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kedro-airflow crashes with kedro<=0.18.3 #321
Comments
Hi @luizvbo, thanks for reporting this. I contend that we should bump the version unless there's a strong push to support older ones, @merelcht @ankatiyar what do you think? |
This is because of this PR #233 which needs a Kedro session and the config loader. |
Description
I was trying to use kedro-airflow with kedro==0.18.2 and was getting the error
AttributeError: 'KedroContext' object has no attribute 'config_loader'
.Context
I tried different versions of kedro and the bug was solved by installing kedro==0.18.4.
I noticed "kedro>=0.17.5" in the requirements list for kedro-airflow. The requirement could be bumped or the bug could be fixed.
Steps to Reproduce
Actual Result
Your Environment
Python 3.8.10 on Linux
The text was updated successfully, but these errors were encountered: