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


##########
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:
   For `disabled_for_operators` it's set to `1.1.0`, so `1.6.0` lgtm if it's 
the next release. I think it's provider version, not Airflow (that, we specify 
in dependencies section)



-- 
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