Vyacheslav Lenskyy
01/19/2024, 4:03 PMtap-snowflake
meltano-sdk variant and it's stuck in discovery phase.
It connects to snowflake starts scanning tables/views in schemas and then just freeze.
--log-level debug
didn't help
The last message I see is in the screen shot.
Is there a way to debug such an issue?
Thanks for advice 🙏
version: 1
default_environment: dev
project_id: 5128791f-244d-4d04-9200-96679a0ad789
environments:
- name: dev
- name: staging
- name: prod
plugins:
extractors:
- name: tap-snowflake
variant: meltanolabs
pip_url: meltanolabs-tap-snowflake
config:
account: -
database: -
schema: PUBLIC
user: -
warehouse: -
select:
- public-test_table.*
metadata:
public-test_table:
replication-method: FULL_TABLE
replication-key: DATE
updated_at:
is-replication-key: true
is-view: false
table-key-properties: ["COL1", "DATE"]