--model
option.--dry-run
first to understand the impact of your changes.--list
on your actual run to get a full list of everything that was updated._
are allowed in field and table names.user_id
becomes customer_id
.lightdash rename --type field --from user_id --to customer_id -p <preview-project-id> --dry-run
to list the affected charts.--dry-run
.lightdash rename --type field --from user_id --to customer_id -p <production-project-id> --list
on your main project.--list
option gives you a full list of content that was changed.