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


##########
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
+        example: "BashOperator,PythonOperatorOperator"

Review Comment:
   I think those examples are wrong BTW. There should be fully qualified class 
names including the modules.



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