potiuk commented on PR #46694:
URL: https://github.com/apache/airflow/pull/46694#issuecomment-2684548277

   > I am not sure what is going on 👀 
check-providers-subpackages-init-file-exist is failing because it detects 
missing __init__ file in 
/home/runner/work/airflow/airflow/providers/common/messaging/src/airflow/__init__.py
 but this is the old provider directory. It no longer exist.
   
   No. That's new directory. And yes the recent change in the way how we treat 
namespace packages (in order to make vscode package inspection and navigation 
works) actually made us to change the approach to use legacy rather than 
implicit packages for all providers - see 
https://github.com/apache/airflow/pull/47064 -> so yes, those `__init__.py` 
files are needed and the static check is very right about adding them -  they 
should be added and committed.


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