vatsrahul1001 commented on issue #54859: URL: https://github.com/apache/airflow/issues/54859#issuecomment-3234155846
Currently I see backcompat is broken `2.263 File "<string>", line 1, in <module> 2.263 File "/usr/local/lib/python3.12/site-packages/airflow/__init__.py", line 78, in <module> 2.264 settings.initialize() 2.264 File "/usr/local/lib/python3.12/site-packages/airflow/settings.py", line 667, in initialize 2.265 conf.mask_secrets() 2.265 File "/usr/local/lib/python3.12/site-packages/airflow/configuration.py", line 864, in mask_secrets 2.266 from airflow.sdk.log import mask_secret as mask_secret_sdk 2.266 ImportError: cannot import name 'mask_secret' from 'airflow.sdk.log' (/usr/local/lib/python3.12/site-packages/airflow/sdk/log.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]
