Deployment Pipeline - Binding / Autobinding of lakehouse to a DirectLake semantic model not working #659
-
|
In the following scenario I have the lakehouse "microsoft_graph_api" in one workspace "Microsoft Graph - DEV" and the semantic model + report in another "Business_Unit-DEV". The workspaces are in deployment pipelines and set up like this: First I deploy the lakehouse from the Development to the Test stage in the "Microsoft Graph ETL" pipeline The problem is that the semantic model in the Test stage is still connected to the lakehouse in the Development stage I have seen and tried the solution https://github.com/microsoft/semantic-link-labs/blob/main/src/sempy_labs/directlake/_update_directlake_model_lakehouse_connection.py but was unsuccessful in getting it to work. Am I on the right path? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
|
The first run of directlake.update_direct_lake_model_connection resulted in the message "Multiple expressions found in the model. Please use the update_direct_lake_partition_entity function to update specific tables." I ran update_direct_lake_partition_entity function, then tried directlake.update_direct_lake_model_connection, but the result was the same |
Beta Was this translation helpful? Give feedback.
-
|
Fixed in 0.9.11. Use the new 'tables' parameter to specify which tables will be associated with the specified connection. |
Beta Was this translation helpful? Give feedback.







Fixed in 0.9.11. Use the new 'tables' parameter to specify which tables will be associated with the specified connection.