I just switched to tap-postgres meltanolabs varian...
# troubleshooting
m
I just switched to tap-postgres meltanolabs variant from transferwise variant. This metadata was working before, now it returns an error.
Copy code
metadata:
      "public-*":
        replication-method: INCREMENTAL
        replication-key: update

      public-table01:
        replication-method: FULL_TABLE
Without
public-*
,
public-table01
works fine. when I include
public-*
it crashes at
public-table01
. I think the replication-key defined on public-* also affects the public-table01. meltano 3.0, python 3.10, tap-postgres v[could not be detected], Meltano SDK v0.31.1 Update: opened a bug ticket https://github.com/meltano/sdk/issues/1964