⚠️ DEPRECATED: Typed connector configuration models are deprecated and will be removed in v1.1.0. Pass configuration as a plain dict with a required 'destinationType' key instead..
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
destination_type |
models.SftpJSON | ✔️ | N/A | |
destination_path |
str | ✔️ | Path to the directory where json files will be written. | /json_data |
host |
str | ✔️ | Hostname of the SFTP server. | |
password |
str | ✔️ | Password associated with the username. | |
port |
Optional[int] | ➖ | Port of the SFTP server. | 22 |
username |
str | ✔️ | Username to use to access the SFTP server. |