I want to change a column name in a source table without breaking the questions that depend on it. I was considering the following approach:
-
Stop the DB sync in Metabase Admin Settings
-
Change the column name in my database.
-
Update the column
name
in themetabase_field
table. -
Restart the DB sync.
Will this approach work without causing issues in Metabase? Are there any potential pitfalls or additional steps I should be aware of?
Thanks in advance for your help!