Supported File Location

Users can transfer file from all the supported file location that are listed below:

    LOCAL = "local"
    GS = "gs"  # Google Cloud Storage
    S3 = "s3"  # Amazon S3
    SFTP = "sftp"

Supported File Type

Universal transfer operator supports any file type for file-to-file transfers. For transfers involving databases, users can load files of the following supported types:

    CSV = "csv"
    JSON = "json"
    NDJSON = "ndjson"
    PARQUET = "parquet"