The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user Taragolis (triggered by Taragolis).

Head commit for run:
e0feb7b80b31ee6fce88cea28ae329b73b70c343 / dybolo 
<[email protected]>
Fix cursor unique name surpasses Postgres identifier limit in 
`PostgresToGCSOperator` (#38040)

* Fix #37654: postgres_to_gcs cursor unique name surpasses postgres identifier 
limit

function unique_name generates UUID from the SHA-1 hash using the dag id and 
the task id. The previous version of the function throwed unterminated quoted 
identifier error when the operator was used with a task_id greater than 24 
bytes as the name generated surpassed the postgres identifier limit.

* Fix #37654: changed postgres_to_gcs unique name UUID generation to 
non-deterministic and utilized slugify to ensure compliance with length limits

Report URL: https://github.com/apache/airflow/actions/runs/8350862989

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to