| ▲ | lysecret 2 days ago | |
Nice does this also allow me to write to parquet from my Postgres table? | ||
| ▲ | mslot 2 days ago | parent | next [-] | |
Yes, just COPY table TO 's3://mybucket/data.parquet' Or COPY table TO STDOUT WITH (format 'parquet') if you need it on the client side. | ||
| ▲ | lysecret 2 days ago | parent | prev [-] | |
Ong yes it works this would have made my past job so much easier. | ||