Skip to content
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): Pin apache-airflow version #314

Merged
merged 2 commits into from
Aug 23, 2023
Merged

ci(airflow): Pin apache-airflow version #314

merged 2 commits into from
Aug 23, 2023

Conversation

ankatiyar
Copy link
Contributor

@ankatiyar ankatiyar commented Aug 23, 2023

Description

Fix #295 failing end to end tests for kedro-airflow

Development notes

There was a new release for apache-airflow on 18th August 2023 which broke something with sqlalchemy
What do we think about setting version for apache-airflow to <2.7.0 for now?

Checklist

  • Opened this PR as a 'Draft Pull Request' if it is work-in-progress
  • Updated the documentation to reflect the code changes
  • Added a description of this change in the relevant RELEASE.md file
  • Added tests to cover my changes

Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>
@ankatiyar ankatiyar marked this pull request as ready for review August 23, 2023 13:24
@ankatiyar
Copy link
Contributor Author

ankatiyar commented Aug 23, 2023

They also dropped support for Python 3.7 btw 👀

@@ -24,7 +24,7 @@ Tracker = "https://github.com/kedro-org/kedro-plugins/issues"

[project.optional-dependencies]
test = [
"apache-airflow<3.0",
"apache-airflow<2.7.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 but can we add a comment with an explanation? so we remember when we get to fix it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>
@astrojuanlu
Copy link
Member

Thanks @ankatiyar !

@noklam noklam merged commit 6c9a9a8 into main Aug 23, 2023
17 checks passed
@noklam noklam deleted the fix/airflow branch August 23, 2023 23:17
PtrBld pushed a commit to PtrBld/kedro-plugins that referenced this pull request Aug 27, 2023
* Pin airflow version

Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>

* Add comment

Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>

---------

Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kedro-airflow builds are failing
3 participants