Hi everyone,
I am working on a project where we utilize Terraform to manage all BigQuery infrastructure, including datasets, tables, and other resources. I have a scenario where I need to rename a BigQuery table. I understand that this is possible using a DDL command as documented here:
Renaming Table
However, since Terraform does not natively support renaming tables, I am looking for guidance on:
I would appreciate any advice or recommended patterns from those who have faced similar situations.
Thanks!