servando_torres
11/22/2023, 3:23 PMtap-shopify
and loading to postgres
postgres config:
{
"add_record_metadata": true,
"database": "postgres",
"dialect+driver": "postgresql+psycopg2",
"hard_delete": false,
"host": "localhost",
"load_method": "append-only",
"password": "password",
"port": 5432,
"ssh_tunnel": {
"enable": false,
"port": 22
},
"ssl_certificate_authority": "~/.postgresql/root.crl",
"ssl_client_certificate": "~/.postgresql/postgresql.crt",
"ssl_client_certificate_enable": false,
"ssl_client_private_key": "~/.postgresql/postgresql.key",
"ssl_enable": false,
"ssl_mode": "verify-full",
"ssl_storage_directory": ".secrets",
"user": "meltano"
}
However while doing a --full-refresh
I cannot see the data . Duummy json loader works fine. What I’m missing?
meltano run --full-refresh tap-shopify target-postgres
postgres=# \dt
Did not find any relations.
postgres=# \meltano
invalid command \meltano
Try \? for help.
postgres=# \dt
Did not find any relations.
edgar_ramirez_mondragon
11/22/2023, 6:31 PM--full-refresh
is used?servando_torres
11/23/2023, 7:31 AMservando_torres
11/23/2023, 12:52 PM