Steve
08/11/2021, 3:48 PMScott P
08/11/2021, 3:48 PMGandalfG
08/11/2021, 3:50 PMGandalfG
08/11/2021, 3:50 PMSteve
08/11/2021, 3:58 PMSteve
08/11/2021, 4:01 PMMike92988
08/11/2021, 4:34 PMfenix
08/11/2021, 5:18 PMDeleted User
08/11/2021, 5:22 PMDeleted User
08/11/2021, 5:23 PMperogies
08/11/2021, 5:23 PMfile_fdw
with a .csv file located in supabase-storage
. I installed the extension, created the server reference and it shows up in my db. When I try to access the table, postgres says that it cannot open the file.perogies
08/11/2021, 5:25 PMperogies
08/11/2021, 5:28 PMCREATE FOREIGN TABLE mytable (
mycol1 timestamp(3) with time zone,
mycol2 text,
mycol3 text,
) SERVER mytable OPTIONS ( filename '??', format 'csv' );
perogies
08/11/2021, 5:33 PM'mybucket/myfolder/myfile.csv'
(not working)
option 2: 'https://myproject.supabase.in/storage/v1/object/sign/mybucket/myfolder/myfile.csv?token=mytoken'
(no luck but auth requirements not clear)`jianjie
08/11/2021, 5:45 PMwilfredinni
08/11/2021, 6:33 PMwilfredinni
08/11/2021, 6:33 PMwilfredinni
08/11/2021, 7:10 PMclaud9
08/11/2021, 7:13 PMBenanna19
08/11/2021, 7:48 PMError querying the database: db error: ERROR: prepared statement "s0" already exists
0: sql_migration_connector::flavour::postgres::ensure_connection_validity
Steve
08/11/2021, 8:19 PMBenanna19
08/11/2021, 8:33 PMflorian-lefebvre
08/11/2021, 9:03 PMMike92988
08/11/2021, 9:07 PMThisIsJustin
08/11/2021, 9:09 PMpostgres
user have rights on the auth
schema? I have project where that is not the case. When I create a new project the user seems to be created WITH the rights.Mike92988
08/11/2021, 9:28 PMflorian-lefebvre
08/11/2021, 9:30 PMflorian-lefebvre
08/11/2021, 9:30 PMflorian-lefebvre
08/11/2021, 9:31 PMflorian-lefebvre
08/11/2021, 9:33 PM