Hey there! Have what I hope is a quick question r...
# questions
r
Hey there! Have what I hope is a quick question re: deploying a pipeline to Airflow. I'm using
kedro v1.5.0
along with
kedro-airflow v0.10.0
. When I run
kedro airflow create
with
--group-by memory
, I get the following error:
AttributeError: 'DataCatalogWithCatalogCommandsMixin' object has no attribute '_get_dataset'
. I think this might be related to a version mismatch (i.e.,
kedro-airflow
is not happy with my current version of
kedro
)? If that is in fact the case, any idea when
kedro-airflow
will be updated to support the latest
kedro
? Thanks!
a
Hey richard, thanks for flagging this! Let me look into this and get back to you!
Hi Richard, I think we haven’t done a release of
kedro-airflow
in a while. The fix for this is already in the
main
branch. Let me talk to the team and initiate a release asap 😄
Done! The latest version
0.11.0
should work!
r
Wow - fantastic, thanks! Just going to test it now.
Success! Thanks a million for what is the quickest release of a package that I've ever seen!
❤️ 1
a
No worries! Thanks for flagging it, releasing the plugin slipped through the cracks a little bit on our end 😅