This repository was archived by the owner on May 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Fix CI failures #2105
Merged
Merged
Fix CI failures #2105
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 :) |
utkarsharma2
approved these changes
Jan 24, 2024
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
pankajkoti
added a commit
that referenced
this pull request
Jan 24, 2024
- 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
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.