potiuk commented on issue #31655:
URL: https://github.com/apache/airflow/issues/31655#issuecomment-1593582498
> The log [2023-06-01T09:29:07.076-0500] {_plugin.py:354} INFO - Patching
datahub policy is not in my code, it is from
https://github.com/datahub-project/datahub/blob/4ade1311f179d16dc95b6ebf412dc88c846f02c2/metadata-ingestion/src/datahub_provider/_plugin.py#L354.
Are you saying that the only way to solve this is to get datahub to remove
that log statement?
No, not the only one. You can use several options:
* set `AIRFLOW__CORE__LAZY_LOAD_PLUGINS` to true
* set `AIRFLOW__CORE__PLUGINS_FOLDER` to empty directory
And contact the plugin developer to fix it.
--
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]