How to promote table to semantic model from fabric warehouse
I have three workspace [dev, test, prod] ,earlier this week I created a report in dev workspace from semantic model of gold_warehouse and then I used deployement pipeline to move the related notebooks, warehouse, report and semantic model from dev to test and prod workspace. now yesterday I created a new table using notebook in dev_workspace required for report and added that table to semantic model of dev_report. and later I used deployment pipeline to move that table's related notebook and warehouse to test and prod. Question is , in test and prod I can not see that new table in semantic model , because yesterday I only pushed related notebook and warehouse not the semantic model and report. and reason why I did not pushed the report and semantic model is because we cannot only push semantic model from dev to test and prod , both report and semantic model moves as package , and in prod we have a stable version1 of report but now in dev we are working on report by adding some new elements to it , so the version v2 of report in dev is still not ready to deploy to test and prod. now how can I add that new table to prod report?