Question, is it expected that I've already laid ou...
# troubleshooting
e
Question, is it expected that I've already laid out a recieving schema in a target loader? Specifically I am using
target-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