Expand description
Testing utilities (mock connectors, helpers). Testing utilities for connector implementations.
Provides mock connectors and helper functions for testing the connector SDK and concrete connector implementations.
Structs§
- Mock
Sink Connector - Mock sink connector for testing.
- Mock
Source Connector - Mock source connector for testing.
Functions§
- mock_
batch - Creates a test
RecordBatchwithnrows. - mock_
schema - Creates a test schema with
id(Int64) andvalue(Utf8) columns. - register_
mock_ sink - Registers a mock sink connector with the registry.
- register_
mock_ source - Registers a mock source connector with the registry.