ajithshetty commented on issue #24534: URL: https://github.com/apache/airflow/issues/24534#issuecomment-1583295934
I could this happening in the MWAA 2.5.1. 1. Set the schedule to @once 2. Make sure the DAG is Paused 3. Deleted all the previous Runs(if any) 4. Trigger the DAG from UI But in case of the Schedule "None", by triggering the job from UI will only trigger 1 dag run. As its already discussed above, When you run the PAUSED DAG, it will: 1. Turn on the DAG 2. default schedule will kick in and execute accordingly 3. Execute another run as per User's request(from the UI) -- 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]
