m-kovalsky

Results 125 comments of m-kovalsky

Each of these is the same logic. If it doesn’t work it means you either don’t have the secrets in key vault or you aren’t referring to the correct secret...

What are the permissions on the key vault? Does your user and SPN have access? I have had different folks test this and the function works fine so it seems...

@a-holm I don't think we need this anymore as I created a generic [copy_item](https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#copy-an-item-to-a-new-location) function.

Yep - I totally get the design. I was just considering this in terms of master model and object dependencies. If you have a model based on another model (but...

Good point. However - get this: I created a new model (model B) based on a perspective of model A. One of the tables in model A was in the...

Hmm, the error message is not particularly useful. If you run the same refresh_semantic_model function in a different cell does it give you the same error message? Sometimes the service...

Are you still facing issues here or can we close the issue?

What is the '# Measure' table? Is it a regular data table? Does it have any columns? Please share more details on the properties of this table.

You need to create a sort of 'dummy' table in the lakehouse, as such, add it to the model, and place all the measures in that table. ```python import sempy_labs...