uranusjr commented on a change in pull request #20079:
URL: https://github.com/apache/airflow/pull/20079#discussion_r763740858
##########
File path: airflow/models/dag.py
##########
@@ -2937,7 +2937,7 @@ def calculate_dagrun_date_fields(
def dag(*dag_args, **dag_kwargs):
"""
Python dag decorator. Wraps a function into an Airflow DAG.
- Accepts kwargs for operator kwarg. Can be used to parametrize DAGs.
+ Accepts kwargs for operator kwarg. Can be used to parameterize DAGs.
Review comment:
*Parametrize* seems more widespread? That’s the spelling Pytest uses as
well. I don’t know.
--
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]