You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "tirkarthi (via GitHub)" <gi...@apache.org> on 2024/04/09 17:59:27 UTC

[I] Calendar view is broken for dags with no dagrun [airflow]

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

   ### Apache Airflow version
   
   main (development)
   
   ### If "Other Airflow 2 version" selected, which one?
   
   _No response_
   
   ### What happened?
   
   Clicking on a calendar view for a dag without any dagrun. It seems atleast one dagrun which is running or successful is needed to get the calendar data.
   
   ```
   Uncaught TypeError: dagStates[0] is undefined
       Calendar Calendar.tsx:41
       React 11
       workLoop scheduler.development.js:266
       flushWork scheduler.development.js:239
       performWorkUntilDeadline scheduler.development.js:533
   Calendar.tsx:41
   ```
   
   ### What you think should happen instead?
   
   _No response_
   
   ### How to reproduce
   
   1. Click on calendar view for a dag without any dagrun.
   
   ### Operating System
   
   Ubuntu
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Official Apache Airflow Helm Chart
   
   ### Deployment details
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] 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: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Calendar view is broken for dags with no dagrun [airflow]

Posted by "eladkal (via GitHub)" <gi...@apache.org>.
eladkal closed issue #38875: Calendar view is broken for dags with no dagrun
URL: https://github.com/apache/airflow/issues/38875


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org