Skip to content

SDK: v0.1.8

Compare
Choose a tag to compare
@TobyDrane TobyDrane released this 21 Mar 14:39
· 29 commits to main since this release

v0.1.8 - 2024-03-21

Features

  • Ability to now perform the following rAPId functions via the sdk; create user, delete user, list subjects, list layers, list protected domains and delete dataset.

v0.1.6 - 2023-11-15

Fixes

  • SDK not uploading a Pandas Dataframe with a date field set correctly.

Closes relevant GitHub issues

v0.1.4 - 2023-10-18

Features

  • Clients can now be created and deleted via the sdk.

Fixes

  • Fixed an issue with the sdk not showing schemas were created successfully due to a wrong response code.
  • Where dataset info was being called on columns with a date type, this was causing an issue with the Pydantic validation.
  • Tweaked the documentation to implement searching for column heading style guide to match what the API returns in the error message.

v0.1.2 - 2023-09-13

Fixes

  • Date types were being stored as strings which caused issues when querying with Athena. They are now stored as date types.
  • Rename the rAPId sdk method generate_info to fetch_dataset_info and remove an unnecessary argument.