organization · inferred from evidence
Estuary
An organization maintaining Estuary Flow, referenced as the actor that identified the issue.
- Estuary capture from Google Cloud Postgres fails because watermarksTable is not fully qualified
The capture was fine. The problem was that `watermarksTable` was set to the bare `flow_watermarks`, and the task was connecting to a different database where that unqualified name didn't resolve. Fully qualifying it as `public.flow_watermar