Skip to content

Commit

Permalink
Link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Sep 27, 2024
1 parent e20567f commit 4628468
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions singer_sdk/contrib/filesystem/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from singer_sdk import typing as th # JSON schema typing helpers

# https://filesystem-spec.readthedocs.io/en/latest/api.html#fsspec.implementations.ftp.FTPFileSystem
FTP = th.Property(
"ftp",
th.ObjectType(
Expand Down Expand Up @@ -47,6 +48,7 @@
)


# https://filesystem-spec.readthedocs.io/en/latest/api.html#fsspec.implementations.sftp.SFTPFileSystem
SFTP = th.Property(
"sftp",
th.ObjectType(
Expand Down

0 comments on commit 4628468

Please sign in to comment.