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
"There is no uid or the right datasource_cache object defined."
1060
1060
)
1061
1061
raiseValueError
1062
+
1063
+
1064
+
classDatasourceLabelBasedAccessControl:
1065
+
"""The class includes all necessary methods to access the Grafana datasource label based access control for teams API endpoints. It's required that the API token got the corresponding datasource access rights. Please check the used methods docstring for the necessary access rights. The functionality is a Grafana Cloud feature. Only cloud Loki data sources are supported
1066
+
1067
+
Args:
1068
+
grafana_api_model (APIModel): Inject a Grafana API model object that includes all necessary values and information
1069
+
1070
+
Attributes:
1071
+
grafana_api_model (APIModel): This is where we store the grafana_api_model
0 commit comments