Dotify71 commented on PR #68758: URL: https://github.com/apache/airflow/pull/68758#issuecomment-4834733764
Thanks @potiuk for the review! I have: 1. Dropped the unrelated Alembic patch commit. 2. Fixed the failing static checks (removed the unused `import os` in `file_processor_handler.py` and changed `.resolve()` to `.absolute()` to match the original `os.path.abspath` behavior, which doesn't resolve symlinks and was breaking tests). This is now a clean 1-commit PR. Let me know if anything else is needed! -- 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]
