MCPcopy
hub / github.com/redpanda-data/console / ConfigPatchSnowflake

Struct ConfigPatchSnowflake

backend/pkg/connector/patch/snowflake_sink.go:22–25  ·  view source on GitHub ↗

ConfigPatchSnowflake is a config patch that includes changes that shall be applied to the Snowflake sink connector.

Source from the content-addressed store, hash-verified

20// ConfigPatchSnowflake is a config patch that includes changes that shall be applied to the
21// Snowflake sink connector.
22type ConfigPatchSnowflake struct {
23 ConfigurationKeySelector IncludeExcludeSelector
24 ConnectorClassSelector IncludeExcludeSelector
25}
26
27var _ ConfigPatch = (*ConfigPatchSnowflake)(nil)
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected