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 2020/08/18 16:10:55 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #10372: Fix spacing bug in 'Dag Run'.

kaxil commented on a change in pull request #10372:
URL: https://github.com/apache/airflow/pull/10372#discussion_r472313970



##########
File path: docs/dag-run.rst
##########
@@ -201,7 +201,7 @@ In addition, you can also manually trigger a DAG Run using the web UI (tab **
 Passing Parameters when triggering dags
 ------------------------------------------
 
-When triggering a DAG from the CLI, the REST API or the UI, it is possible to pass configuration for a DAGRun as
+When triggering a DAG from the CLI, the REST API or the UI, it is possible to pass configuration for a DAG Run as

Review comment:
       ```suggestion
   When triggering a DAG from the CLI, the REST API or the UI, it is possible to pass configuration for a DagRun as
   ```
   
   We can cross-link it to DagRun object: https://github.com/apache/airflow/blob/master/airflow/models/dagrun.py#L44




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

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