Skip to content

Releases: moj-analytical-services/pydbtools

region fix for SSO

02 May 16:10
ff805fd
Compare
Choose a tag to compare
Merge pull request #100 from moj-analytical-services/clean_user_ids

get region from bucket

fix user_id parsing for SSO

26 Apr 15:04
e400b1c
Compare
Choose a tag to compare

fixes user_id parsing in preparation for SSO, which changes the userid to an email address. Hopefully filtering out non-alphanumeric characters should see off any other potential changes

Fix for create_temp_table

06 Mar 18:39
f6d5419
Compare
Choose a tag to compare

Fix for issue with temporary tables where the location matches the location from previous sessions.

Fix for dataframe_to_temp_table

24 Feb 13:23
6189fef
Compare
Choose a tag to compare

Fixes issue where existing table was in a location from a previous session.

Fix for create_table

13 Feb 17:23
80da94f
Compare
Choose a tag to compare

v5.5.1 - 2023-07-13

  • Fixed issue in create_table

Added database and table creation functions

07 Feb 16:27
1a2d861
Compare
Choose a tag to compare

v5.5.0 - 2023-07-07
Added

  • Function that creates database, see pydbtools.create_database
  • Functions that create tables from files, SQL or dataframes, see pydbtools.file_to_table, pydbtools.create_table and pydbtools.dataframe_to_table.

Added tables function.

26 Jan 17:21
3f697dd
Compare
Choose a tag to compare

Added tables function which enables simple lookup of tables and columns.

v5.3.2

12 Oct 17:55
5138bd2
Compare
Choose a tag to compare
Merge pull request #78 from moj-analytical-services/CCDE-963/add-comp…

Temp table data deletion fix

22 Jul 11:22
9e48dda
Compare
Choose a tag to compare
Merge pull request #77 from moj-analytical-services/data_deletion_fix

Fix issue with deleting data from extra tables when creating a temp t…

Security fix.

13 Jul 13:48
f2d0717
Compare
Choose a tag to compare

Python 3.7 is no longer supported as numpy<1.22 has a security bug, and versions >=1.22 need Python 3.8+.