Hi there! Is there a way that when extracting dat...
# replication-troubleshooting
e
Hi there! Is there a way that when extracting data from PG to S3 the target path doesn’t append a
public
folder? ie: Target bucket:
abc
and after running the job, tables are stored at:
abc/public/table_1
I’d like:
abc/table_1
Cheers! PS: Target file is a parquet file
✍️ 1
u
@[DEPRECATED] Marcos Marx turned this message into Zendesk ticket 2827 to ensure timely resolution!
m
Yes! That is the source namespace. When creating the connection, you can use a custom namespace and probably leave that blank to achieve this
this 1
e
thanks! Marcelo,
Destination default
did the trick!