-
Notifications
You must be signed in to change notification settings - Fork 48
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
Fix CI failures #2105
Fix CI failures #2105
Conversation
for more information, see https://pre-commit.ci
a15088b
to
a30deed
Compare
a30deed
to
3777a67
Compare
All CI failures that were observed in #2103 have been fixed here except for 1 failure in CI. The 1 failure we're observing is wrt to Bigquery failures wherein we're being rate limited due to multiple CI runs today. ![]() Thanks to @utkarsharma2 for helping with fixing other CI failures :) |
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
- Replace openlineage-airflow with Apache Airflow OSS provider apache-airflow-providers-openlineage #2103 - Bump up minimum version of apache-airflow to 2.7 #2103 - Bump up minimum version of Python to 3.8 #2103 - Limit pandas version to <2.2.0 due to an open issue for the release pandas==2.2.0 #2105
Fix CI failures.
Limit pandas to <2.2.0 as it breaks our tests. 2.2.0 was released on Jan 20, 2024 and there is an open issue reported for this pandas-dev/pandas#57053. We are getting the same error as reported in the issue.