Kevin Phan
12/17/2024, 11:48 PM- name: tap-reporting-db-source
inherit_from: tap-postgres-pipelinewise
namespace: tap_postgres_pipelinewise
config:
# <<: *reportingdb_credentials
select:
- public-external_balances.*
- public-direct_deposits.*
- public-transactions_history.user_id
- public-transactions_history.currency
- public-transactions_history.created_at
- public-transactions_history.updated_at
when i do meltano select tap-reporting-db-source --list
i get the pic attached. I dont see the
public-transactions_history.transaction
field yet i see it in snowflake. i full loaded the table without the transaction column and then reverted to CDC where for the full load rows, the transaction is null but for new rows it appears. Not entirely sure why its doing this. Is there a config im missing or something i am doing wrong here?Kevin Phan
12/18/2024, 2:44 PMvisch
12/18/2024, 4:09 PMKevin Phan
12/18/2024, 4:11 PMrefresh_streams_schema(conn_config, streams)