Skip to content

Commit

Permalink
Improve documentation for fsspec_from_config (#814)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Coetzee <[email protected]>
  • Loading branch information
Pipboyguy committed Dec 19, 2023
1 parent 6f127c3 commit f648e9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dlt/common/storages/fsspec_filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ def fsspec_from_config(config: FilesystemConfiguration) -> Tuple[AbstractFileSys
* az, abfs
* gcs, gs
Additional fsspec filesystem arguments and client arguments are gathered from the
FilesystemConfiguration object and passed to the `url_to_fs` factory.
All other filesystems are not authenticated
Returns: (fsspec filesystem, normalized url)
Expand Down

0 comments on commit f648e9d

Please sign in to comment.