ashb commented on a change in pull request #5358: [AIRFLOW-4085] FileSensor - adding wildcard option URL: https://github.com/apache/airflow/pull/5358#discussion_r317655704
########## File path: UPDATING.md ########## @@ -23,6 +23,9 @@ assists users migrating to a new version. ## Airflow Master +### Changes to FileSensor +FileSensor is now working with glob patterns instead of simple file paths. Review comment: ```suggestion FileSensor is now takes a glob pattern, not just a filename. If the filename you are looking for has `*`, `?`, or `[` in it then you should replace these with `[*]`, `[?]`, and `[[]` ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
