mobuchowski commented on code in PR #37725:
URL: https://github.com/apache/airflow/pull/37725#discussion_r1517981734
##########
airflow/providers/openlineage/provider.yaml:
##########
@@ -77,6 +77,14 @@ config:
example:
"airflow.operators.bash.BashOperator;airflow.operators.python.PythonOperator"
default: ""
version_added: 1.1.0
+ opt_in:
+ description: |
+ Set this to true if you want to enable OpenLineage metadata
extraction and emission
+ on DAG and/or Task level.
Review Comment:
```
If this setting is enabled, OpenLineage integration won't collect and emit
metadata, unless you explicitely enable it per `DAG` or `Task` using
`enable_lineage` contextmanager.
```
--
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]