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