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

   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]>


-- 
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