I’m running a `postgres` -> `snowflake` pipeli...
# troubleshooting
d
I’m running a
postgres
->
snowflake
pipeline with log-based replication, and it works, but when there are no new WAL messages (nothing changed in the source), and the job reaches the
logical_poll_total_seconds
limit
(actually 4 minutes, which not what this is set to) the Meltano UI marks the job with a red ⚠️ icon as if it failed. The last line of the log is simply another
Waiting for first wal message
line.
t
Will you file an issue with this sharing a bit more detail on the setup you have and your meltano.yml?
d
Sure! I think it’s simply that Meltano naturally assumes that changes should be happening and doesn’t consider there might be a quiet period up to the timeout?
t
Yep, the UI isn’t quite as intelligent as it should be 🙂
d
@taylor copied here but since this was a while ago I don’t have additional details on hand to share.