ConduitIO / conduit

Conduit streams data between data stores. Kafka Connect replacement. No JVM required.
https://conduit.io
Apache License 2.0
363 stars 42 forks source link

Set `types.WithBuiltinPlugin = true` when updating Postgres connector #1655

Closed lovromazgon closed 1 week ago

lovromazgon commented 1 week ago

We need to set types.WithBuiltinPlugin = true after the next upgrade of the Postgres connector.

Relevant change: https://github.com/ConduitIO/conduit-connector-postgres/pull/169

lovromazgon commented 1 week ago

Not needed actually.