close
Skip to content

fix(ingest/airflow): compat with pluggy 1.0#9365

Merged
hsheth2 merged 3 commits into
datahub-project:masterfrom
hsheth2:airflow-plugin-v2-fix
Dec 5, 2023
Merged

fix(ingest/airflow): compat with pluggy 1.0#9365
hsheth2 merged 3 commits into
datahub-project:masterfrom
hsheth2:airflow-plugin-v2-fix

Conversation

@hsheth2
Copy link
Copy Markdown
Contributor

@hsheth2 hsheth2 commented Dec 1, 2023

Slack ref: https://datahubspace.slack.com/archives/C029A3M079U/p1701393671893469?thread_ts=1699545137.655149&cid=C029A3M079U

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable). If a new feature has been added a Usage Guide has been added for the same.
  • For any breaking change/potential downtime/deprecation/big changes an entry has been made in Updating DataHub

@github-actions github-actions Bot added the ingestion PR or Issue related to the ingestion of metadata label Dec 1, 2023
@hsheth2 hsheth2 merged commit 0d9aa26 into datahub-project:master Dec 5, 2023
@hsheth2 hsheth2 deleted the airflow-plugin-v2-fix branch December 5, 2023 01:00
# which has caused issues for us before. As such, we now pin it explicitly
# to prevent regressions.
# See https://github.com/datahub-project/datahub/pull/9365
airflow24: apache-airflow~=2.4.0,pluggy==1.0.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Why don't you explicitly pin the pluggy to 1.0.0 for airflow25 like you did for airflow 24?

I mean like this -> airflow25: apache-airflow~=2.5.0,pluggy==1.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ingestion PR or Issue related to the ingestion of metadata

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants