When deploying Direct Lake semantic models via Deployment Pipelines, the Lakehouse source is incorrectly treated as an external SQL source. This results in broken lineage and prompts for credentials.
Even when using deployment rules to update the SQL endpoint and database ID, the semantic model does not re-bind to the Lakehouse in the target environment.
Expected behavior:
Deployment Pipelines should natively support Direct Lake re-binding, maintaining proper lineage and avoiding unnecessary credential prompts.
Current workaround:
Using the semantic-link-labs library to rebind the semantic model programmatically post-deployment.
2 Comments
- agusmbaAdvocate IIILikewise for DirectLake (OneLake) semantic models. There is no auto-binding to the equivalent lakehouse on the destination workspace nor deployment rules to manually configure the rebinding.
- kozmanNew Member
When developing Semantic Models and promoting through a normal Git flow where each shared workspace represents Dev, Test and Prod, the Lakehouse reference in expressions.tmdl file needs to reflect the Lakehouse of the same workspace. Right now, we needed to create CICD hook that changes the address after merging up to staging and main branches and check those changes in so that we are not constantly breaking the sem models every time we promote changes. This has the inverse effect that the code in git is always be out of sync between feature branches, staging and main branches. Allowing for variable library reference in the expressions.tmdl for the address would be the obvious choice to solve for this.
Recent ideas
Data Pipelines - Run only selected activities
For debugging and testing pipeline activities during development, allow us to select one or multiple activities and run only the selected pipeline activities. For example, I'm working on editing ...frithjof_v8 hours agoCommunity ChampionNew613Views11likes2CommentsSemantic model connection bindings should be in source control (Git)
Semantic model data source connection bindings should be source controlled. A semantic model can contain multiple data source references, each of which can be mapped to a separate Fabric data connec...frithjof_v16 hours agoCommunity ChampionNew17Views1like0CommentsBulk changing column names in Visualizations Pane
We often use raw/api column names or measures with a set nomenclature to be consistent and to keep track of them but we do not want to display these names in the visuals. Currently we have to change ...vishal14019720 hours agoFrequent VisitorNew6Views0likes0Comments