ianbuss opened a new pull request, #23535: URL: https://github.com/apache/airflow/pull/23535
In 2.3.0 we modified the way files are ignored and introduced a new syntax for ignorefile expressions. Unfortunately this change introduced a regression where ignore rules that refer to symlink paths are not matched. This patch changes the behaviour of the matchers to use unresolved absolute paths in their processing rather than resolved absolute paths, which ensures the symlink names in the path are retained. closes: #23532 -- 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]
