Hello eveyone!
I'm trying to use the newly added loader target-vertica.
For test purposes i'm trying to load a csv file to vertica db.
it creates the table with all the columns and datatypes under my schema, but for some reason it wants to create the temp_table (buffer where it ingest the data) under public schema. However i do not have the privileges to write under public schema...hence, is there any workaround for this? I don't seem to find the place in code where it's defined where the temp objects are written.
Here's the screenshot from error message: