emcp
08/05/2021, 8:36 PMtarget-postgresql
for the very first time on a blank DB.. and getting KeyError
exceptions .. I am guessing then I must initialize the schema myself somehow ?
I'm just following this example https://meltano.com/docs/getting-started.html#configure-the-loader
I granted full rights via GRANT CONNECT ON DATABASE my_db TO my_user;
, but was not sure if I need to add my schema myself
EDIT: I will dive into the docs for this combo of tap and target.. but I think it's to do with the target code, not meltano per se