tdk connection template
Print a fill-in connection template for a connector type
tdk connection template \
--type tabsdatak.conn.postgres:PostgresSrcConn \
--file data.csv
| Flag | Type | Required | Description |
|---|---|---|---|
--type, -t | string | Optional | Connector type, e.g. 'mysql-sql-in', 's3-file-out'. See 'tdk connection types'. |
--file, -f | string | Optional | Write the template to this file. '-' (or omitting it) writes to stdout. |