You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this package, it is extremely useful to be able to interact with google BQ and Storage.
However, it would be great if you could add this functionally : being able to load several files (e.g. *.png figures or *.csv files) in a single (blob.create) command.
Basically the same functionality than a drag drop of a bunch of files into the bucket on the gcs webpage. At the moment you need to create a blob for every single file you wish to upload into a bucket so when running a for loop over the list of files, it make the execution quite slow.
Cheers,
The text was updated successfully, but these errors were encountered:
Thanks for this package, it is extremely useful to be able to interact with google BQ and Storage.
However, it would be great if you could add this functionally : being able to load several files (e.g. *.png figures or *.csv files) in a single (blob.create) command.
Basically the same functionality than a drag drop of a bunch of files into the bucket on the gcs webpage. At the moment you need to create a blob for every single file you wish to upload into a bucket so when running a for loop over the list of files, it make the execution quite slow.
Cheers,
The text was updated successfully, but these errors were encountered: