...
Table of Contents | ||
---|---|---|
|
Prerequisites
...
Basic knowledge of Treasure Data.
Excerpt |
---|
|
- Before using this connector, determine valid protocols for your environment.
If you intend to SFTP, you can use this Data Connector integration for SFTP. Open_SSH key format is supported.
- Open SSH 7.8 Private Key is supported.
If you want to use FTP or /FTPS, try to connect with FTP Data ConnectorImport Integration. If you are using a firewall, check your accepted IP range/port. Server administrators sometimes change the default port number from TCP/22 for security reasons.
Requires that your private key has an OpenSSH 7.8 format.“PuTTY” and other formats are not supported.
- After installation and configuration, review the job log. Warning and errors provide information about the success of your import. For example, you can identify the source file names associated with import errors.
Limitation
- Support only the STORED and DEFLATE compression methods.
- Multi-part gzip file may not work
Use the TD Console to Create your Connection
...
Open TD Console.
Navigate to Integrations Hub > Catalog.
Locate Search and select SFTP.
Select Create.Create
The following dialog opens.
Type Enter the required credentials for your remote SFTP instance:. Set the following parameters.
Host: The host information of the remote SFTP instance, for example , an IP address.
Port: The connection port on the remote FTP SFTP instance, the default is 22.
User: The user name used to connect to the remote FTP instance.
Authentication mode: The way you choose to authenticate with your SFTP server.
Secret key file: Required if 'public / private key pair' is selected from `Authentication Mode`. (The key type ed25519 is not supported but the ecdsa key type is supported.)
Passphrase for secret key file: (Optional) If required, provide a passphrase for the provided secret file.
Retry limit: Number of times to retry a failed connection (default 10).
Timeout: Connection timeout in seconds (default 600).
Select Continue. Type a name for your connection.
If you would like to share this connection with other users in your organization, select check the Share with others checkbox.
If this box is unchecked this connection is visible only to you.Select Done.
...
The Source dialog opens.
Edit the following parameters
Parameters | Description |
User directory root | |
Path prefix |
Prefix of target files (string, required) | |
Path match pattern | Type a regular expression to query file paths. If a file path doesn’t match with the specified pattern, the file is skipped. For example, if you specify the pattern .csv$ # , then a file is skipped if its path doesn’t match the pattern. |
Incremental | Enables incremental loading (boolean, optional. default: true. If incremental loading is enabled, the config diff for the next execution will include last_path parameter so that the next execution skips files before the path. Otherwise, last_path is not included. |
Start after path | Only paths lexicographically greater than this will be imported. |
Data Settings
Select Next.
The Data Settings page opens.Optionally, edit the data settings or skip this page of the dialog.
...