github-actions[bot] opened a new pull request, #70110:
URL: https://github.com/apache/airflow/pull/70110

   * 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 apache/airflow#69264: the gate also triggers on
   "all" (not just "openlineage"), so the tests should exercise that path
   too.
   (cherry picked from commit 45df400413e2aa42c3787234888e206006f36e03)
   
   Co-authored-by: Aaryan Mahajan <[email protected]>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to