m-kovalsky / fabric_cat_tools

Supercharge your Microsoft Fabric development with the fabric_cat_tools library
MIT License
100 stars 14 forks source link

Enhancement : Direct Lake Migration #15

Closed cvlmonica closed 1 month ago

cvlmonica commented 1 month ago

While doing the import/Direct query migration we have this function migrate_model_objects_to_semantic_model() , in this function what if we have an additional parameter where we try to migrate only relationships/measures etc!? Basically parameter based!

Because while I was trying to run for a report since it has few relationships which are not supported it is throwing an error and stopping other things to run and migrate! rather than stopping everything! migrating 60% is good enough rather than getting an error and stopping the whole migration.

m-kovalsky commented 1 month ago

Thanks for raising this. The next version will not fail if it cannot create an object. It will not be necessary to add any additional parameters to solve this.

cvlmonica commented 1 month ago

Thank you!