Leon Kunert
06/04/2025, 11:46 AMload_method: overwrite
in a target-postgres. It seems to not do what is written in the documentation. As I understood it should drop the full table or at least all entries and insert all data from the tap. Currently it is not deleting any data. Am I missing something. This is my loader:
- name: target-postgres-full-load
inherit_from: target-postgres
variant: meltanolabs
pip_url: meltanolabs-target-postgres
config:
activate_version: false
add_record_metadata: false
default_target_schema: public
load_method: overwrite
batch_size_rows: 100000
validate_records: false
visch
06/04/2025, 12:38 PMload_method
really shouldn't be listed as a config for that target 😕Leon Kunert
06/04/2025, 12:40 PMvisch
06/04/2025, 12:52 PMvisch
06/04/2025, 12:53 PMmeltano run dbt:drop_schema tap-name target-postgres-full-load
Leon Kunert
06/04/2025, 1:16 PM