uranusjr commented on issue #18473:
URL: https://github.com/apache/airflow/issues/18473#issuecomment-926196797


   Some additional unorganised thoughts:
   
   1. It’s possible to match the pre-AIP-39 behaviour.
   2. But I am not very keen to do it and would prefer other possibilities if 
possible because the previous design really does not make sense.
   3. For this specific use case, changing the test runs to manual would be 
sufficient. But that may cause issues for DAGs that do have a backfilling 
schedule (changing the type to manual would result in duplicated runs, one 
backfilled and one manual).
   4. Do we really need `airflow dags test` now since we can do `airflow dags 
trigger -e`? This has clearer semantic (obviously manual), and `airflow 
backfill -s ... -e ...` is available if you want backfill runs instead.


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