Greetings, everyone! I am trying to use target-pos...
# singer-targets
s
Greetings, everyone! I am trying to use target-postgres with load_method overwrite for a project, and it is not actually overwriting, but appending data to the target table, without excluding the previously inserted data. Can someone help me?
e
I don't think it's supported at the moment. See https://github.com/MeltanoLabs/target-postgres/issues/266.
s
Thank you for the reply! Any ideas on how to truncate/empty a table before inserting new data?