Skip to content

Commit

Permalink
Rewrite first paragraph for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
BasPH committed Jan 20, 2023
1 parent bcdb88a commit 66ab4ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/apache-airflow/core-concepts/params.rst
Expand Up @@ -20,9 +20,9 @@
Params
======

Params enable you to provide runtime configuration to tasks. You can configure Params when you trigger a DAG.
If the user-supplied values don't pass validation, Airflow shows a warning instead of creating the DAG run.
For scheduled runs, the default values are used.
Params enable you to provide runtime configuration to tasks. You can configure default Params in your DAG
code and supply additional Params, or overwrite Param values, at runtime when you trigger a DAG. Param values
are validated with JSON Schema. For scheduled DAG runs, default Param values are used.

DAG-level Params
----------------
Expand Down

0 comments on commit 66ab4ba

Please sign in to comment.