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 Refresh History response contains filed "Id" which does not exist in the documentation #380

Open
shengdoescoding opened this issue Jan 12, 2023 · 0 comments

Comments

@shengdoescoding
Copy link

I should, according to the documentation, expect these keys in the refresh history response:
(https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-history-in-group, https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-history)

'endTime', 'refreshType', 'requestId', 'serviceExceptionJson', 'startTime', 'status'

However, currently, I am also getting an 'id' field where the value is of type int, there is no information on what this field is.

Even if it is intentional, why doesn't it use datatype str instead of int to stay consistent with the rest of the api.

@shengdoescoding shengdoescoding changed the title Get Dataset Refresh History response does not match documentation Get Dataset Refresh History response contains filed "Id" which does not exist in the documentation Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant