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