potiuk commented on code in PR #33685:
URL: https://github.com/apache/airflow/pull/33685#discussion_r1304402959
##########
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"
+ default: ""
+ version_added: ~
Review Comment:
Here we should add open-lineage version in which it will be added. Which I
think should be 1.1.0 as this is a new feature.
--
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]