Hello all, I'm curious as to if anyone has experie...
# singer-targets
c
Hello all, I'm curious as to if anyone has experience using Google Cloud Storage as a target and if so, has any recommendations for existing loaders... google searches are failing me; I've come across recommendations for the pattern of using
target-csv
and then uploading via another step in the orchestrator, but I'd really love to utilize a loader if anyone knows of one. Thanks!
e
Hi @chris_barnes! Maybe give a try to https://github.com/MeltanoLabs/target-jsonl-blob/. It should work for loading json lines to GCS, but it's the only cloud I haven't tested with yet.
c
thanks a lot Edgar, I'll give it a look!