Expand description
PostgreSQL sink connector configuration.
PostgresSinkConfig encapsulates all settings for writing Arrow
RecordBatch data to PostgreSQL, parsed from SQL WITH (...) clauses.
Structs§
- Postgres
Sink Config - Configuration for the
PostgreSQLsink connector.
Enums§
- Write
Mode - Write mode for the
PostgreSQLsink.