Release notes for Soda Cloud’s Reporting API
[reporting-api] 0.3.0
28 July 2022
Deprecations
- The
datasets
endpoint will not return theis_deleted
on any of the dataset records as this field has been deprecated by the backend and was never a good indicator of dataset deletion due to hard-deletes.
[reporting-api] 0.2.2
21 April 2022
Features
- The
datasets
endpoint now providescreator_info
andowner_info
along withnumber_of_rows
.
[reporting-api] 0.2.1
19 April 2022
Features
- The reporting API now accepts Soda Cloud’s API keys via headers
API_KEY_ID
andAPI_KEY_SECRET
to allow users with SSO to use the API.
[reporting-api] 0.2.0
01 April 2022
Features
- Users must now query the
tests_and_results
endpoint with a singledataset_id
. Documentation reflects this to users and the API throws the errors. - Users must now query the
dataset_health
endpoint with a singledataset_id
. Documentation reflect this to users the API throws the errors.
Miscellaneous
-
Endpoint usage is now tracked in segment. Every time you send a query to any of the end points, the Reporting API pushes an event that contains the following information:
- user_id
- organization_id
- endpoint_name
- environment
*Last modified on 26-Jan-23