Mina Naguib
Mina Naguib
@Mytherin I downloaded and built from source, but am running into an issue when invoking `ATTACH`: ``` connection to server at "ZZZZ, port 5439 failed: FATAL: no PostgreSQL user name...
@Mytherin Success! ATTACH succeeds, no errors :) Unfortunately I can't 1. introspect the schema (via `.schema`) or 2. run a simple query (which internally wants to introspect schema) ``` ":...
@Mytherin Close! But no cigar. * ATTACH works! * `.schema` introspection works! * Simple query fails ``` D select count(*) from redshift.foo.tab1; Invalid Error: Failed to prepare COPY " COPY...
@Mytherin Very appreciated. Thank you. Was hoping for quick wins, but I completely understand where it's at now. Also (thinking out loud): RedShift is often used as a medium-big analytical...
@misteliy You can test it, but my hunch based on the above is that it's not yet possible to transfer real data from redshift over the wire to the duckdb...