-
Notifications
You must be signed in to change notification settings - Fork 90
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
ci(airflow): Replace type hints with CatalogProtocol #845
Conversation
Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⭐
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ankatiyar should we also specify kedro version when release? Cause CatalogProtocol
will be available only in 0.19.9
.
@ElenaKhaustova Yeah, you're right, let me see if I can make this work with both older and newer versions otherwise we might need to pin airflow plugin to newer versions of Kedro |
Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>
Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>
@merelcht @ElenaKhaustova I've made some changes and checked with released Kedro 0.19.8 version as well as the latest I've also added ignore statements to the Would you mind taking another look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
Left one non-blocking comment.
Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>
* Replace type checking with CatalogProtocol Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> * Add try except for import Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> * Ignore bandit warnings Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> * Remove any Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> --------- Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> Signed-off-by: Harm Matthias Harms <matthias.harms@quis.de>
* Replace type checking with CatalogProtocol Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> * Add try except for import Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> * Ignore bandit warnings Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> * Remove any Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> --------- Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com> Signed-off-by: Minura Punchihewa <minurapunchihewa17@gmail.com>
Description
Fix #840
Development notes
Replace
DataCatalog
withCatalogProtocol
Checklist
RELEASE.md
file