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

   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.
   
   ```
   Added missing __init__.py file: 
/home/runner/work/airflow/airflow/providers/common/messaging/src/airflow/__init__.py
   Added missing __init__.py file: 
/home/runner/work/airflow/airflow/providers/common/messaging/src/airflow/providers/__init__.py
   Added missing __init__.py file: 
/home/runner/work/airflow/airflow/providers/common/messaging/src/airflow/providers/common/__init__.py
   Added missing path extension to __init__.py file 
/home/runner/work/airflow/airflow/providers/common/messaging/src/airflow/__init__.py
   ```


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