sunildataengineer commented on PR #65480: URL: https://github.com/apache/airflow/pull/65480#issuecomment-4474848668
@srchilukoori @potiuk @ashb — fixed the test_constants.py import path. Was importing from: airflow.providers.sftp.operators.constants (wrong — doesn't exist in released wheel) Now importing from: airflow.providers.sftp.constants (correct — matches actual module location) This was causing all 8 CI failures across every Airflow version. Pushed and ready for re-review 🙏 -- 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]
