Replies: 2 comments 1 reply
-
No functions in this library currently support a service principal. That will change soon so stay tuned. Will also provide code examples making it easy to use. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is now supported in 0.9.0. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to execute the command sempy_labs.admin.list_datasets by passing the TokenProvider (through sempy_labs.ServicePrincipalTokenProvider command).
But when I pass the parameter token_provider I get this error :
datasets = labs.admin.list_datasets(None, None, None, token)
TypeError: list_datasets() takes from 0 to 3 positional arguments but 4 were given
Beta Was this translation helpful? Give feedback.
All reactions