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
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.
The text was updated successfully, but these errors were encountered:
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
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 ofint
to stay consistent with the rest of the api.The text was updated successfully, but these errors were encountered: