Releases: raul-martin-dev/Driveup
Releases · raul-martin-dev/Driveup
New option df_update (df as list of dfs)
New df_update option implemented:
- Now accepting df as a list of dfs. Updating each sheet of the destin file in the same order of the list.
df_update implemented
Changes:
- New method 'update' to update a google file by it's id with a local path content.
- New method 'update_df' available to update a spreadsheet by it's id with a pandas df as content.
The update_df method solves #1 issue with looker studio and makes Driveup suitable for automations.
Multipath upload supported
Pre-release incorporating multipath option in upload method (based on solving issue #2):
- Method 'upload' accepting now list of paths (not only single path)
- Method 'upload' accepting now list of folder ids (#2) and uploading each path to its folder
- Method 'upload' accepting now list of files ids and updating each id with its path content associated
Service account implementation
Major pre-release now accepting service account json file:
- Auth methods added to auto-detect service/account workflow based on secrets json file
- Methods 'update' and 'update_folder' now working with service account json file
- Overall testing implemented
Update using google-api-client
Major pre-release now using updated and official google-api-client python package:
- Methods 'update' and 'update_folder' rework
- New conversion types added
- New auth method and creds rework
- Overall testing implemented
Hotfix for version 0.2.2 (setup missing packages)
Including init.py file in features modules
Hotfix setup missing packages
Hotfix setup missing packages (features)
Class rework and testing implemented
Class rework based on new Auth class implementation followin SRP ( Single Responsibility Principle) and testings for both Drive and Auth class
First source code release
(Hotfix on v0.2.0) First source code control version
First source code release
First source code control version added.