-
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
ci(airflow): Replace type hints with CatalogProtocol #845
Conversation
Signed-off-by: Ankita Katiyar <[email protected]>
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 <[email protected]>
Signed-off-by: Ankita Katiyar <[email protected]>
@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 <[email protected]>
* Replace type checking with CatalogProtocol Signed-off-by: Ankita Katiyar <[email protected]> * Add try except for import Signed-off-by: Ankita Katiyar <[email protected]> * Ignore bandit warnings Signed-off-by: Ankita Katiyar <[email protected]> * Remove any Signed-off-by: Ankita Katiyar <[email protected]> --------- Signed-off-by: Ankita Katiyar <[email protected]> Signed-off-by: Harm Matthias Harms <[email protected]>
* Replace type checking with CatalogProtocol Signed-off-by: Ankita Katiyar <[email protected]> * Add try except for import Signed-off-by: Ankita Katiyar <[email protected]> * Ignore bandit warnings Signed-off-by: Ankita Katiyar <[email protected]> * Remove any Signed-off-by: Ankita Katiyar <[email protected]> --------- Signed-off-by: Ankita Katiyar <[email protected]> Signed-off-by: Minura Punchihewa <[email protected]>
Description
Fix #840
Development notes
Replace
DataCatalog
withCatalogProtocol
Checklist
RELEASE.md
file