hitesh
04/04/2023, 8:43 PMalexander_butler
04/04/2023, 11:06 PMEXPORT DATA WITH CONNECTION CONNECTION_REGION.CONNECTION_NAME
OPTIONS(uri="<s3://BUCKET_NAME/PATH>", format="FORMAT", ...)
AS QUERY
Is this useful? It saves you quite a bit of work if it works for you.aaronsteers
04/05/2023, 12:14 AMaaronsteers
04/05/2023, 12:14 AMhitesh
04/05/2023, 6:58 AMjose_escudero
11/08/2023, 7:53 PMtap-postgres . Based on this thread the the conversation in #1087 I understand that the s3 extra has to be added to the singer-sdk tap dependency. I've tried that with singer-sdk = { version="~0.33.0", extras = ["s3"] } but I'm still getting the same error:
fs.opener.errors.UnsupportedProtocol: protocol 's3' is not supported
There's probably a step I'm missing here but I'm not sure how to proceed. Thanks in advance!