Skip to main content
Version: 2.0.0

tdk collection update

Update a collection by name

tdk collection update \
--proj quickstart \
--name sales_data \
--new-name sales_data_v2 \
--description Ingests raw sales data from Postgres \
--storage-path /prod \
--conn-file conn-postgres.yaml
FlagTypeRequiredDescription
--proj, -PstringOptionalProject to target; overrides the pinned project. Prompted for when a command needs one and neither is set.
--name, -nstringOptionalName of the collection to update.
--new-namestringOptionalNew name for the collection.
--descriptionstringOptionalNew description for the collection.
--storage-pathstringOptionalNew logical storage prefix for the collection's artifacts. Existing data versions keep their stamped path; only new artifacts use the new prefix.
--conn-filestringOptionalConnection YAML document ('-' to read from stdin) to create or replace the source/destination collection's connection. Validated and dehydrated client-side; secret values are stripped into the secret payload.