You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/20 09:07:01 UTC

[GitHub] [airflow] uranusjr opened a new pull request, #23113: Check bag DAG schedule_interval match tiemtable

uranusjr opened a new pull request, #23113:
URL: https://github.com/apache/airflow/pull/23113

   This guards against the DAG's timetable or schedule_interval from being changed after it's created. Validation is done by creating a timetable and check its summary matches schedule_interval. The logic is not bullet-proof, especially if a custom timetable does not provide a useful summary. But this is the best we can do.
   
   See discussions in #23087.


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


[GitHub] [airflow] uranusjr commented on pull request #23113: Check bag DAG schedule_interval match tiemtable

Posted by GitBox <gi...@apache.org>.
uranusjr commented on PR #23113:
URL: https://github.com/apache/airflow/pull/23113#issuecomment-1149485070

   Need an eye on this 😞 


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


[GitHub] [airflow] potiuk merged pull request #23113: Check bag DAG schedule_interval match tiemtable

Posted by GitBox <gi...@apache.org>.
potiuk merged PR #23113:
URL: https://github.com/apache/airflow/pull/23113


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


[GitHub] [airflow] github-actions[bot] commented on pull request #23113: Check bag DAG schedule_interval match tiemtable

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #23113:
URL: https://github.com/apache/airflow/pull/23113#issuecomment-1149299333

   This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions.


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