Skip to content

Releases: raul-martin-dev/Driveup

New option df_update (df as list of dfs)

18 May 10:56
Compare
Choose a tag to compare

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

17 May 13:48
Compare
Choose a tag to compare
df_update implemented Pre-release
Pre-release

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

12 May 11:44
Compare
Choose a tag to compare
Pre-release

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

09 May 12:35
Compare
Choose a tag to compare
Pre-release

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

05 May 14:11
Compare
Choose a tag to compare
Pre-release

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)

21 Apr 08:00
Compare
Choose a tag to compare

Including init.py file in features modules

Hotfix setup missing packages

21 Apr 07:35
Compare
Choose a tag to compare
Pre-release

Hotfix setup missing packages (features)

Class rework and testing implemented

20 Apr 13:00
Compare
Choose a tag to compare
Pre-release

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

19 Apr 12:24
Compare
Choose a tag to compare
Pre-release

(Hotfix on v0.2.0) First source code control version

First source code release

19 Apr 11:21
226c4b2
Compare
Choose a tag to compare
Pre-release

First source code control version added.