Skip to content

v7.0.7

Compare
Choose a tag to compare
@TobyDrane TobyDrane released this 07 Nov 09:58
· 55 commits to main since this release
07b0f80

v7.0.7 / v0.1.5 (sdk) - 2023-11-07

Fixes

  • Issue within the sdk upload_and_create_dataset function where schema metadata wasn't being correctly overridden.
  • Hitting maximum security group rules for the load balancer.
  • Documentation improvements and removes any references to the old deprecated repositories.

Closes relevant GitHub issues

v7.0.5 / v0.1.3 (sdk) - 2023-09-20

Fixes

  • Fix the behaviour of the dataset pattern functions in the SDK.

v7.0.3 / v0.1.2 (sdk) - 2023-09-15

Fixes

  • Fixes issue where permissions were not being correctly read and causing api functionality to fail

v7.0.1 / v0.1.2 (sdk) - 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.