JDarDagran commented on code in PR #37725:
URL: https://github.com/apache/airflow/pull/37725#discussion_r1504068148


##########
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.
+        type: boolean
+        default: "False"
+        example: ~
+        version_added: 1.6.0

Review Comment:
   Should I leave it empty? When does this option need to be filled out for the 
provider release?



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to