shreyashdwivedi36 opened a new issue, #45842:
URL: https://github.com/apache/airflow/issues/45842

   ### Apache Airflow version
   
   2.10.4
   
   ### If "Other Airflow 2 version" selected, which one?
   
   _No response_
   
   ### What happened?
   
   The Airflow web interface failed with the following SQL error:
   
   `Unknown column 'dag.last_scheduler_run' in 'field list'  
   `
   This error occurs when accessing or querying the dag.last_scheduler_run 
field, causing the interface to crash.
   
   ### What you think should happen instead?
   
   The dag.last_scheduler_run field should be properly handled and compatible 
with the database schema. Queries involving this field should execute 
successfully without errors.
   
   
   
   ### How to reproduce
   
   1. Install and configure Apache Airflow 2.10.4.
   2. Attempt to access any feature in the Airflow web interface that interacts 
with the dag.last_scheduler_run column.
   3. Observe the resulting SQL error.
   
   ### Operating System
   
   Ubuntu 20.04
   
   ### Versions of Apache Airflow Providers
   
   Use the command pip freeze | grep apache-airflow-providers to list the 
provider versions and copy them into this field.
   
   ### Deployment
   
   Official Apache Airflow Helm Chart
   
   ### Deployment details
   
   The issue occurs every time the feature interacting with the 
dag.last_scheduler_run column is accessed. Below is the relevant stack trace:
   `sqlalchemy.exc.DataError: (psycopg2.errors.NumericValueOutOfRange) integer 
out of range  
   `
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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