Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compatibility of updated
airflow.io
with released providers (#3…
…6186) The released providers added support to previous version of the `airflow.io` - where options were not passed to `get_fs` method that provides Fsspec compatible FileSystem. However #35820 added positional "options" parameter when the method is called and it broke already released providers. This PR dynamically inspects signature of the get_fs method and when one parameter is detected, it will skip passing options to get_fs method call.
- Loading branch information