jscheffl commented on code in PR #42252:
URL: https://github.com/apache/airflow/pull/42252#discussion_r1774435228


##########
airflow/providers/openlineage/provider.yaml:
##########
@@ -83,7 +83,8 @@ config:
           Exclude some Operators from emitting OpenLineage events by passing a 
string of semicolon separated
           full import paths of Operators to disable.
         type: string
-        example: 
"airflow.operators.bash.BashOperator;airflow.operators.python.PythonOperator"
+        example: "airflow.providers.standard.operators.bash.BashOperator;

Review Comment:
   @eladkal This in-deed is a chicken-and-egg problem we had last time with FAB 
as well. How about if we make a "small" PR such that the standard provoder is 
ready, release this once (manually) to have it as an empty or half-bake version 
such that we can un-block this loop?



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