Skip to main content
Version: 2.0.0

tdk group update

Update a group by name. System groups cannot be updated.

tdk group update \
--proj quickstart \
--name bronze \
--new-name sales_data_v2 \
--description Ingests raw sales data from Postgres
FlagTypeRequiredDescription
--proj, -PstringOptionalProject to target; overrides the pinned project. Prompted for when a command needs one and neither is set.
--name, -nstringRequiredName of the group to update.
--new-namestringOptionalNew name for the group.
--descriptionstringOptionalNew description for the group.