Add @latest, @now, @start_date, @end_date to the `airflow test` CLI
See original GitHub issueIt’s often quite a drag to have to calculate and type a valid datestring for airflow test
when I just want to see whether my code runs. It’d be really nice if I could just run airflow test dag task latest
and have airflow think about the execution date instead of me.
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
DAG Runs — Airflow Documentation
When turned off, the scheduler creates a DAG run only for the latest ... airflow dags backfill \ --start-date START_DATE \ --end-date END_DATE...
Read more >I am not able to use start date and end date in clear airflow ...
I have been trying to clear a task using the following command. airflow clear -t <task_name> -s ...
Read more >Rerun Airflow DAGs | Astronomer Documentation
Go to the Grid View of the Airflow UI. · Select a task instance or DAG run. · Click Details > Task Instance...
Read more >The Ultimate Guide on Airflow Scheduler - Learn - Hevo Data
If you are new to Apache Airflow and its workflow management space, worry not. We'll help clear everything for you. Directed Acyclic Graph...
Read more >Apache Airflow - Installation and how to build your first pipeline
This will automatically install the open source operating system Ubuntu and the latest WSL Linux kernel version onto your machine. When it's ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@underyx That was my first approach but felt some standard naming trumped the needs of the lazy.
Moved to https://issues.apache.org/jira/browse/AIRFLOW-28