You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The semantic model best practice analyzer across all accessible workspaces run_model_bpa_bulk(workspace=None) fails if the user has access to a workspace on the shared capacity.
To Reproduce
Steps to reproduce the behavior:
Ensure you have access to a workspace on shared capacity
In a Fabric notebook, run the semantic model bpa without specifying a workspace (workspace=None) or the following snippet
%pip install semantic-link-labs
import sempy_labs as labs
import sempy_labs.report as rep
labs.run_model_bpa_bulk(workspace=None)
Expected behavior
The command should either ignore the workspace on the shared capacity or execute successfully. BPA stats for all the workspaces to which the user has access should be available in the Lakehouse table.
Screenshots
'BPA TRIALS' workspace is on shared capacity
Desktop (please complete the following information):
Additional context
This capability will not be effective unless this issue has been fixed, as users usually also have access to workspaces in a shared capacity.
The text was updated successfully, but these errors were encountered:
Describe the bug
The semantic model best practice analyzer across all accessible workspaces run_model_bpa_bulk(
workspace=None
) fails if the user has access to a workspace on the shared capacity.To Reproduce
Steps to reproduce the behavior:
workspace=None
) or the following snippetExpected behavior
The command should either ignore the workspace on the shared capacity or execute successfully. BPA stats for all the workspaces to which the user has access should be available in the Lakehouse table.
Screenshots
'BPA TRIALS' workspace is on shared capacity
Desktop (please complete the following information):
Additional context
This capability will not be effective unless this issue has been fixed, as users usually also have access to workspaces in a shared capacity.
The text was updated successfully, but these errors were encountered: