eladkal commented on issue #51618:
URL: https://github.com/apache/airflow/issues/51618#issuecomment-2966129366

   > The DAG rgbit_integrated_kwdb is intended to run at 5:00 AM on the 6th day 
of every month
   
   This is not what your cron means.
   https://crontab.guru/#0_5_*_*_6
   If you can't specify your logic desired scheduling logic with a cron 
expression use time 
tables:https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/timetable.html
   
   Closing as this is not a bug report.


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to