gopidesupavan commented on code in PR #42252:
URL: https://github.com/apache/airflow/pull/42252#discussion_r1775623716
##########
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:
Thanks jens.
Yes small release will help us break the loop, so there's no need to skip
the k8s and Docker tests that were recently marked as skipped in the latest
commit.
Additionally, hooks related to FileHook and PackageIndexHook are being used
in the provider manager, which could also cause test failures when moved to the
standard provider.
--
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]