aaron_phethean
09/01/2022, 4:02 PMmeltano run files-utility tap-spreadsheets-anywhere target-postgres
files-utility: this is the utility I want that would download the files and decompress to a local directory structure
tap-spreadsheets-anywhere: this would work as is with a local file path + pattern
Anyone have any other clever ideas?aaronsteers
09/01/2022, 4:41 PM# Zip file
with open_fs('zip://projects.zip') as fs:
print(count_python_loc(fs))
aaron_phethean
09/01/2022, 4:44 PMaaronsteers
09/01/2022, 4:45 PMaaronsteers
09/01/2022, 4:46 PMaaronsteers
09/01/2022, 4:46 PMfiles-util
.
meltano run files-util:get-sheets files-util:unzip-sheets tap-spreadsheets-anywhere target-postgres
aaron_phethean
09/01/2022, 4:50 PMaaronsteers
09/01/2022, 4:52 PMaaronsteers
09/01/2022, 4:53 PMaaron_phethean
09/01/2022, 5:00 PMaaronsteers
09/01/2022, 5:01 PMaaronsteers
09/01/2022, 5:01 PMaaronsteers
09/01/2022, 5:02 PMaaron_phethean
09/01/2022, 5:03 PMaaronsteers
09/01/2022, 5:06 PM