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 2021/09/23 22:08:00 UTC

[GitHub] [airflow] uranusjr commented on issue #18473: CLI: `airflow dags test { dag w/ schedule_interval=None } ` error: "No run dates were found"

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

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