Releases: moj-analytical-services/pydbtools
Releases · moj-analytical-services/pydbtools
region fix for SSO
Merge pull request #100 from moj-analytical-services/clean_user_ids get region from bucket
fix user_id parsing for SSO
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
Fix for issue with temporary tables where the location matches the location from previous sessions.
Fix for dataframe_to_temp_table
Fixes issue where existing table was in a location from a previous session.
Fix for create_table
v5.5.1 - 2023-07-13
- Fixed issue in create_table
Added database and table creation functions
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.
Added tables
function which enables simple lookup of tables and columns.
v5.3.2
Temp table data deletion fix
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.
Python 3.7 is no longer supported as numpy<1.22 has a security bug, and versions >=1.22 need Python 3.8+.