Skip to content

Commit

Permalink
Temporarily limit openlineage to <1.24.0 (#43732)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Nov 6, 2024
1 parent 469dd75 commit 80727d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -976,8 +976,8 @@
"apache-airflow-providers-common-sql>=1.6.0",
"apache-airflow>=2.8.0",
"attrs>=22.2",
"openlineage-integration-common>=1.22.0",
"openlineage-python>=1.22.0"
"openlineage-integration-common>=1.22.0,<1.24.0",
"openlineage-python>=1.22.0,<1.24.0"
],
"devel-deps": [],
"plugins": [
Expand Down
6 changes: 4 additions & 2 deletions providers/src/airflow/providers/openlineage/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ dependencies:
- apache-airflow-providers-common-sql>=1.6.0
- apache-airflow-providers-common-compat>=1.2.1
- attrs>=22.2
- openlineage-integration-common>=1.22.0
- openlineage-python>=1.22.0
# Temporary limiting Open Lineage version to 1.23.0 due to compatibility issues with 1.24.0
# Causing test failures, waiting for 1.24.1 to be released to fix the issue
- openlineage-integration-common>=1.22.0,<1.24.0
- openlineage-python>=1.22.0,<1.24.0

integrations:
- integration-name: OpenLineage
Expand Down

0 comments on commit 80727d4

Please sign in to comment.