Chad Bell
04/25/2025, 5:59 PMChad Bell
04/25/2025, 5:59 PMversion: 1
default_environment: prod
project_id: cfb52f8c-bd9f-4a26-a068-79ff66e35b1b
environments:
- name: prod
plugins:
extractors:
- name: tap-postgres
variant: meltanolabs
pip_url: meltanolabs-tap-postgres
config:
filter_schemas: [public]
metadata:
"*":
replication_method: INCREMENTAL
replication_key: updated_at
select:
- "public-*.*"
- "!public-alembic_version.*"
loaders:
- name: target-bigquery
variant: z3z1ma
pip_url: git+<https://github.com/z3z1ma/target-bigquery.git>
config:
denormalized: true
Taylor Murphy (Arch)
05/05/2025, 2:31 PMEdgar Ramírez (Arch.dev)
05/05/2025, 2:53 PMmeltano run --refresh-catalog tap-postgres target-bigquery
might do itChad Bell
05/05/2025, 3:35 PM