I'm using postgres.
I am using a single data source, but I used to be able to toggle from my dbt-dev schema to dbt-prod over the whole LDM. Now I have to click each dataset individually, which is annoying.
My workflow:
I save a copy of my workspace.json in a repository and sync that w/ my DBT models to production.
I have a dev workspace that I'll update w/ new changes (GD & DBT), before committing the changes and pushing to production.
Anyway, this workflow used to work very well, but now is tedious.