Hi,
I have a question about the Git-based workflow with Metabase (like described here )
We recently started using something similar to what is described in the article:
DEV Metabase instance -> API serialization extract -> git -> API serialization import -> PROD Metabase Instance
So if I have "Dashboard A" in DEV I can easily do small changes on it and push it to "Dashboard A" in PROD.
Lets say for some reasons I need to start developing Dashboard B in DEV and want it to replace Dashboard A in PROD (to keep same link to the dashboard as it was previously, but completely new thing)... Is that possible? Can I achieve this by manually changing EntityIDs after the export and before import?
Any help, and also any discussions about how others use serialization and DEV/PROD instances workflows, will be greatly appreciated
Best, Janez