Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.0

tdk connection template

Print a fill-in connection template for a connector type

tdk connection template \
--type postgres-sql-in \
--file conn-postgres.yaml
FlagTypeRequiredDescription
--type, -tstringOptionalConnector type, e.g. 'mysql-sql-in', 's3-file-out'. See 'tdk connection types'.
--file, -fstringOptionalWrite the template to this file. '-' (or omitting it) writes to stdout.