potiuk commented on issue #20579:
URL: https://github.com/apache/airflow/issues/20579#issuecomment-1002982303


   Try "execution-date" ? 
   
   ````
   usage: airflow dags trigger [-h] [-c CONF] [-e EXEC_DATE] [-r RUN_ID]
                               [-S SUBDIR]
                               dag_id
   
   Trigger a DAG run
   
   positional arguments:
     dag_id                The id of the dag
   
   optional arguments:
     -h, --help            show this help message and exit
     -c CONF, --conf CONF  JSON string that gets pickled into the DagRun's conf 
attribute
     -e EXEC_DATE, --exec-date EXEC_DATE
                           The execution date of the DAG
     -r RUN_ID, --run-id RUN_ID
                           Helps to identify this run
     -S SUBDIR, --subdir SUBDIR
                           File location or directory from which to look for 
the dag. Defaults to '[AIRFLOW_HOME]/dags' where [AIRFLOW_HOME] is the value 
you set for 'AIRFLOW_HOME' config you set in 'airflow.cfg' 
   ```
   
   


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