seongwon77 opened a new issue, #25671:
URL: https://github.com/apache/airflow/issues/25671

   ### Description
   
   Currently, the command [`airflow dags 
test`](https://airflow.apache.org/docs/apache-airflow/stable/cli-and-env-variables-ref.html#test)
 doesn't accept any configs to set run confs.  We can do that in [`airflow dags 
trigger`](https://airflow.apache.org/docs/apache-airflow/stable/cli-and-env-variables-ref.html#trigger)
 command through `--conf` argument.
   
   The command `airflow dags test` is really useful when testing DAGs in local 
machines or CI/CD environment.  Can we have that feature for the `airflow dags 
test` command?
   
   ### Use case/motivation
   
   We may put run confs same as `airflow dags trigger` command does.
   
   Example:
   ```
   $ airflow dags test <DAG_ID> <EXECUTION_DATE> --conf '{"path": "some_path"}'
   ```
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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