Workflows · From Tasks · from_ftp

Purpose

Imports data files from FTP. Can be FTPS, SFTP or FTP.

Configuration

Example usage

extract:
    conn_id: sftp
    type: ftp
    folder: /

Properties

propertytyperequireddescription
typeenumerator (ftp, sftp)noType of connection. Can be ftp or sftp.
conn_idstringnoDefault is ftp. Contains the connection string given by a Onesecondbefore employee.
folderstringnoDefault is /.

Details

itemdescription
Pre-formatted schemaNo. This from task does not come with a pre-formatted schema. Define file and it is required to define the schema if you use Snowflake. BigQuery can auto-detect the source file.