Skip to content
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

Get Dataset Users doesn't work #152

Open
Alvarocarrasan opened this issue Feb 7, 2023 · 2 comments
Open

Get Dataset Users doesn't work #152

Alvarocarrasan opened this issue Feb 7, 2023 · 2 comments

Comments

@Alvarocarrasan
Copy link

Hi!

First of all, thank you for this connector, it's really hepful!

I'm trying to get the users that can access a dataset, but the API doesn't work, it never finishes getting the data. Maybe there is a problem with the connector or is it an API problem?

image

Regards.

@migueesc123
Copy link
Owner

Hey!

I'd recommend starting with looking at the responses that you're getting from the API to see what could be happening. You could use something like Fiddler to trace those calls and responses.

The connector basically just reaches the API and exposes whatever it is that we receive.

@klinejordan
Copy link
Collaborator

If you're in a larger tenant there's a chance that API call will timeout or your token will expire since it has to loop through every dataset in the tenant individually and that can take some time. That's exactly why its in the "Experimental" folder because we cannot guarantee performance in large tenants.

How many datasets are in your tenant? You can use the Get Datasets As Admin query to find this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants