SIGN IN SIGN UP
apache / airflow UNCLAIMED

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

44817 0 0 Python

fix: use uuid_suffix in postgres unique constraint test expectations (#63674)

The test expected SQL without ::UUID type cast for team_id, but
SQLAlchemy v2 generates %(team_id)s::UUID on Postgres. The uuid_suffix
variable was already defined for this purpose but not used.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
J
Jarek Potiuk committed
166ee1229569bf8bc46909a3a759fffdcd5d4947
Parent: 3296a1d
Committed by GitHub <noreply@github.com> on 3/15/2026, 10:18:26 PM