jose_ribeiro
08/16/2021, 7:54 PMtap-shopify
to target-bigquery
and I'm using the embedded airflow to orchestrate it.
Sometimes, the data pull just hangs and I can't see any log error. Does someone had faced this problem before?
This leads to my next question. Where does meltano stores the state file? How does it knows from where to continue the data pull if I need to restart the machine?edgar_ramirez_mondragon
08/16/2021, 11:06 PMthe data pull just hangs and I can't see any log errorcan you run the
meltano --log-level=debug elt tap-shopify target-bigquery
to see where it's hanging?
Where does meltano stores the state file? How does it knows from where to continue the data pull if I need to restart the machine?Meltano uses its system db for that. If you're not explicitly declaring it, it's just the local
.meltano/meltano.db
, so depending on your environment, you may want to make that an external database. See also https://meltano.com/docs/integration.html#incremental-replication-state.jose_ribeiro
08/17/2021, 2:16 PMNo heartbeat recorded for 5 minutes. The process was likely killed unceremoniously
edgar_ramirez_mondragon
08/17/2021, 3:56 PMmeltano invoke tap-shopify
works ok?jose_ribeiro
08/17/2021, 8:05 PMedgar_ramirez_mondragon
08/17/2021, 8:35 PM--job_id
simple smilejose_ribeiro
08/18/2021, 1:22 PM