Skip to content

[v3-3-test] Fix Breeze OpenLineage integration gate stuck on stale Postgres versions (#69264)#70110

Merged
potiuk merged 1 commit into
v3-3-testfrom
backport-45df400-v3-3-test
Jul 19, 2026
Merged

[v3-3-test] Fix Breeze OpenLineage integration gate stuck on stale Postgres versions (#69264)#70110
potiuk merged 1 commit into
v3-3-testfrom
backport-45df400-v3-3-test

Conversation

@github-actions

Copy link
Copy Markdown
Contributor
  • Fix Breeze OpenLineage integration gate stuck on stale Postgres versions

The gate in enter_shell() hardcoded PostgreSQL 12/13/14 as the only
versions allowed with --integration openlineage, but Breeze's actual
matrix has moved to 14-18 (12 isn't even a valid choice anymore).
Derive the allowed set from CURRENT_POSTGRES_VERSIONS in
global_constants.py instead, so the gate can't drift out of sync with
the matrix again.

closes: #69233

  • Cover --integration all in OpenLineage Postgres gate tests

Reviewer feedback on #69264: the gate also triggers on
"all" (not just "openlineage"), so the tests should exercise that path
too.
(cherry picked from commit 45df400)

Co-authored-by: Aaryan Mahajan aaryanmhjn@gmail.com

…stgres versions (#69264)

* Fix Breeze OpenLineage integration gate stuck on stale Postgres versions

The gate in enter_shell() hardcoded PostgreSQL 12/13/14 as the only
versions allowed with --integration openlineage, but Breeze's actual
matrix has moved to 14-18 (12 isn't even a valid choice anymore).
Derive the allowed set from CURRENT_POSTGRES_VERSIONS in
global_constants.py instead, so the gate can't drift out of sync with
the matrix again.

closes: #69233

* Cover --integration all in OpenLineage Postgres gate tests

Reviewer feedback on #69264: the gate also triggers on
"all" (not just "openlineage"), so the tests should exercise that path
too.
(cherry picked from commit 45df400)

Co-authored-by: Aaryan Mahajan <aaryanmhjn@gmail.com>
@potiuk
potiuk marked this pull request as ready for review July 19, 2026 22:38
@potiuk
potiuk merged commit 95935e0 into v3-3-test Jul 19, 2026
3 of 4 checks passed
@potiuk
potiuk deleted the backport-45df400-v3-3-test branch July 19, 2026 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants