Feroze Ahmad
07/03/2024, 12:28 PMreplication-method: INCREMENTAL
in my meltano.yaml file. But it always shows 'Beginning full_table sync of 'Meltano_Data_Source'' in logs.
Here is my meltano.yaml file:
version: 1
default_environment: dev
project_id: add13831-5899-498c-b871-85e655dbe1e0
environments:
- name: dev
plugins:
extractors:
- name: tap-google-sheets
variant: matatika
pip_url: git+<https://github.com/Matatika/tap-google-sheets.git>
config:
replication-method: INCREMENTAL
replication_key: Id
child_sheet_name: Sheet1
key_properties:
- Id
loaders:
- name: target-gsheet
variant: singer-io
pip_url: target-gsheet
config:
spreadsheet_id: 1yyVsEGVfdfdfdfdfdfdfdfdfdfdf
- name: target-csv
variant: meltanolabs
pip_url: git+<https://github.com/MeltanoLabs/target-csv.git>
visch
07/03/2024, 12:56 PMReuben (Matatika)
07/03/2024, 1:51 PM