jedcunningham commented on code in PR #47448:
URL: https://github.com/apache/airflow/pull/47448#discussion_r1983661790
##########
providers/openlineage/provider.yaml:
##########
@@ -159,6 +159,9 @@ config:
execution_timeout:
description: |
Maximum amount of time (in seconds) that OpenLineage can spend
executing metadata extraction.
+ Note that other configurations, sometimes with higher priority, such
as core.task_success_overtime,
+ may also affect how much time OpenLineage has for execution. For
more details, see:
+
https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#task-success-overtime
Review Comment:
```suggestion
Note that other configurations, sometimes with higher priority,
such as
`[core] task_success_overtime
<https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#task-success-overtime>`_,
may also affect how much time OpenLineage has for execution.
```
Let's link it instead? Something like this.
--
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]