-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error When Running labs.run_model_bpa Command #181
Comments
Yes, you need to be an admin of the semantic model in order to properly connect to the model and run the various subprocesses. I presume you are also interested in #171. |
I experienced the same issue with one semantic model in a premium capacity Workspace. The curious thing is that the code ran successfully on another semantic model in the same Workspace. Both semantic models were configured by someone else and I didn't take over the settings of either of them. The only evident difference between them is the size: |
@fernandocalero what is your permission level for the workspace? Do the semantic models have any roles/rls/ols? I also found that I don’t need to be the model owner to run bpa. |
@m-kovalsky Hi Michael, |
I just started in this position and they are not sharing too much information and are not really interested in semantic link labs, yet. I don't have access to the tenant settings. I'll have to ask. I might have been included in a security group to have access to the Workspace. Sorry I can't answer right now but I'll try and follow up here. Thank you. |
@m-kovalsky , Then I was passing the variables to the functions as follows: And there's when I got the error. Now I changed the variable for the actual semantic model name and it worked! |
The 'dataset' parameter in the function takes the semantic model name, not the Id. Please read the documentation. |
Issue Report: Error When Running
labs.run_model_bpa
CommandCommand Executed:
Error Message:
Description:
When attempting to execute the
labs.run_model_bpa
command with the specified parameters, we encounter anAmoException
indicating that the database named 'AAA' does not exist. This error occurs even though the account executing the command is an admin of the workspace 'BBB' that contains the semantic model.Context:
- Notably, if we take control of the model, the command executes successfully.
Possible Causes:
The text was updated successfully, but these errors were encountered: