The GitHub Actions job "Tests (AMD)" on airflow.git/backport-30006eb-v3-3-test 
has failed.
Run started by GitHub user vatsrahul1001 (triggered by vatsrahul1001).

Head commit for run:
7da04e96f11e11677d4d4471dff43f30acd55f50 / Pierre Jeambrun 
<[email protected]>
[v3-3-test] Fix Dag run duration stats crash on PostgreSQL 14+ (#70833)

PostgreSQL 14 changed EXTRACT(epoch FROM ...) to return numeric rather than 
double precision, so DagRun.duration is hydrated as Decimal on Postgres 14+. 
The duration-stats percentile interpolation then multiplies a Decimal by a 
float, which Python disallows, so the Dag run stats endpoint raises a TypeError 
for any Dag that has completed runs.
(cherry picked from commit 30006eb9f8c76b42beb349b5c1d859678a641253)

Co-authored-by: Pierre Jeambrun <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to