ephraimbuddy commented on code in PR #34234:
URL: https://github.com/apache/airflow/pull/34234#discussion_r1322868650
##########
airflow/models/dag.py:
##########
@@ -384,6 +384,12 @@ class DAG(LoggingMixin):
:param fail_stop: Fails currently running tasks when task in DAG fails.
**Warning**: A fail stop dag can only have tasks with the default
trigger rule ("all_success").
An exception will be thrown if any task in a fail stop dag has a non
default trigger rule.
+ :param default_run_id: A function to determine run_id when it's not
specifically given through API.
Review Comment:
```suggestion
:param default_run_id_fn: A function to determine run_id when it's not
specifically given through API.
```
--
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]