Will Musgrave
05/30/2024, 7:52 PM.zip
and .gz
files. Each of them will contain csv
files. I'm wondering if there's a way for Meltano to handle these compressed files prior to using an extractor like tap-s3-csv
visch
05/30/2024, 7:53 PMEdgar Ramírez (Arch.dev)
05/30/2024, 7:56 PMWill Musgrave
05/30/2024, 7:59 PMEdgar Ramírez (Arch.dev)
05/30/2024, 8:02 PMsmart_open
so it might be worth checking if that library supports extracting multiple files from a zip file with something like a glob expression as input.Will Musgrave
05/30/2024, 8:04 PM.gz
. These extractors are awesomeWill Musgrave
05/30/2024, 8:18 PMtap-s3-csv
one I already use, but I'm curious to see how tap-universal-file
would handle those zips. Any good spot I can start a thread if I have questions related to your singer tap? #C06A1MD6A6L?visch
05/31/2024, 1:06 PMWill Musgrave
05/31/2024, 1:07 PMWill Musgrave
06/14/2024, 6:36 PMtap-spreadsheets-everywhere
just kinda hangs when I try to extract a csv from S3.
meltano invoke tap-spreadsheets-anywhere --dev
2024-06-14T18:14:55.056767Z [info ] Environment 'dev' is active
INFO Generating catalog through sampling.
INFO Found credentials in environment variables.
Any idea what might be happening? I assume this is a fairly common problem related to listing all objects in S3? I've tried to use a very specific search pattern.Edgar Ramírez (Arch.dev)
06/14/2024, 9:45 PMWill Musgrave
06/14/2024, 10:23 PMsearch_prefix
listed notably in the README.md
🙂 All goodEdgar Ramírez (Arch.dev)
06/15/2024, 7:06 AM