database · inferred from evidence
public.flow_watermarks
The fully qualified name of the watermarks table, used as the fix for 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