Roberto Noorduijn Londono
05/31/2024, 10:08 AMRoberto Noorduijn Londono
05/31/2024, 10:09 AMvisch
05/31/2024, 10:23 AMRoberto Noorduijn Londono
05/31/2024, 12:50 PMplugins:
extractors:
- name: tap-postgres
variant: meltanolabs
pip_url: git+<https://github.com/MeltanoLabs/tap-postgres.git>
config:
user: <user>
default_replication_method: ${REPLICATION_METHOD}
metadata:
"*":
replication_method: ${REPLICATION_METHOD}
replication_key: _sdc_lsn
looking for some tips on what would be the best way of running thisvisch
05/31/2024, 1:09 PMplugins:
extractors:
- name: tap-postgres
variant: meltanolabs
pip_url: git+<https://github.com/MeltanoLabs/tap-postgres.git>
config:
user: <user>
As it just defaults to full table and we're done.
Is your question about how should I do this for Log based / Incremental? If so are you only doing it for some tables and not others?Roberto Noorduijn Londono
05/31/2024, 1:19 PMvisch
05/31/2024, 1:39 PMRoberto Noorduijn Londono
05/31/2024, 1:44 PMvisch
05/31/2024, 1:49 PMmeltano run
you can call the "full-refresh" flag https://docs.meltano.com/reference/command-line-interface#parameters-3
ie meltano run --full-refresh postgres_snowflake
And that should do what you're aftervisch
05/31/2024, 1:50 PMRoberto Noorduijn Londono
05/31/2024, 2:29 PM