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

Unable to Integrate with Airflow 2.6.2 #8504

Closed
HadasManor opened this issue Aug 7, 2023 · 4 comments
Closed

Unable to Integrate with Airflow 2.6.2 #8504

HadasManor opened this issue Aug 7, 2023 · 4 comments

Comments

@HadasManor
Copy link
Contributor

HadasManor commented Aug 7, 2023

Description:
I am using Airflow 2.6.2 and trying to upgrade great expectations from 0.15.44 to 0.17.6

Airflow requires version 8.1.4 of Click package, which was limited to 8.1.3 in the newer GX versions.

ERROR: Cannot install great-expectations==0.17.6 because these package versions have conflicting dependencies.
The conflict is caused by:
great-expectations 0.17.6 depends on Click<=8.1.3 and >=7.1.2
The user requested (constraint) click==8.1.4
@itaise
Copy link
Contributor

itaise commented Aug 7, 2023

And here are the constrains for Airflow 2.6.2 + python 3.10:
https://raw.githubusercontent.com/apache/airflow/constraints-2.6.2/constraints-3.10.txt

@billdirks
Copy link
Contributor

Thanks for bringing this to our attention. I've removed the upper bound on Click in this PR which should ship with our next release later this week. We still disallow 8.1.4 because of this typing bug in Click but it looks like it's resolved it in 8.1.5.

@itaise
Copy link
Contributor

itaise commented Aug 10, 2023

Hi,
thanks a lot for the PR!
the thing is, that in Airflow constraints for version 2.6.3 (latest airflow) the specific version of click==8.1.4 is required.
https://raw.githubusercontent.com/apache/airflow/constraints-2.6.3/constraints-3.10.txt
What would you recommend to do to make GX work with 2.6.3?
Thanks!

@HaebichanGX
Copy link
Contributor

Since this issue is tied to the PR bill mentioned and it's merged, I will close out this issue

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

No branches or pull requests

4 participants