Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 2.51 KB

File metadata and controls

15 lines (11 loc) · 2.51 KB

DestinationSftpJSON

⚠️ 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..

Fields

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.