Module allow_alter_on_fly_fields

Source

Modulesยง

sink_properties ๐Ÿ”’
source_properties ๐Ÿ”’

Macrosยง

use_source_properties ๐Ÿ”’

Staticsยง

SINK_ALLOW_ALTER_ON_FLY_FIELDS
Map of sink connector names to their allow_alter_on_fly field names
SOURCE_ALLOW_ALTER_ON_FLY_FIELDS
Map of source connector names to their allow_alter_on_fly field names

Functionsยง

check_sink_allow_alter_on_fly_fields
Checks if all given fields are allowed to be altered on the fly for the specified sink connector. Returns Ok(()) if all fields are allowed, otherwise returns a ConnectorError.
check_source_allow_alter_on_fly_fields
Checks if all given fields are allowed to be altered on the fly for the specified source connector. Returns Ok(()) if all fields are allowed, otherwise returns a ConnectorError.
get_sink_connectors_with_allow_alter_on_fly_fields
Get all sink connector names that have allow_alter_on_fly fields
get_source_connectors_with_allow_alter_on_fly_fields
Get all source connector names that have allow_alter_on_fly fields