potiuk commented on code in PR #33685:
URL: https://github.com/apache/airflow/pull/33685#discussion_r1304401179


##########
airflow/providers/openlineage/provider.yaml:
##########
@@ -59,6 +59,13 @@ config:
         example: ~
         default: "False"
         version_added: ~
+      disabled_for_operators:
+        description: |
+          Comma separated string of Airflow Operator names to disable
+        type: boolean

Review Comment:
   Type is also wrong. Should be string. And setting the default to "", is a 
good idea as then you will not have to add fallback.



##########
airflow/providers/openlineage/provider.yaml:
##########
@@ -59,6 +59,13 @@ config:
         example: ~
         default: "False"
         version_added: ~
+      disabled_for_operators:
+        description: |
+          Comma separated string of Airflow Operator names to disable
+        type: boolean

Review Comment:
   Type is also wrong. Should be string. And setting the default to "", is a 
good idea as then you do not have to add fallback.



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

Reply via email to