potiuk commented on issue #31655: URL: https://github.com/apache/airflow/issues/31655#issuecomment-1592135493
This is not a bug @fjmacagno - this is a bit of sloppines on your side. 1) you should fix the deprecation warning - simply fix your configuratoin 2) remove INFO log in your plugin at the top-levle code it gets imported The problem is tha those logs and warnings are printed when imports are happening and we have no chance to disable it before. There is not much we can do here. Fix your configuration and remove info log. -- 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]
