Skip to content

Commit

Permalink
SNOW-1658905 Limit SnowflakeSinkConnectorConfig responsibilities (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mbobowski authored Sep 18, 2024
1 parent b07c9e4 commit cea8f1f
Show file tree
Hide file tree
Showing 12 changed files with 599 additions and 589 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*/
package com.snowflake.kafka.connector;

import com.snowflake.kafka.connector.config.ConnectorConfigDefinition;
import com.snowflake.kafka.connector.internal.KCLogger;
import com.snowflake.kafka.connector.internal.SnowflakeConnectionService;
import com.snowflake.kafka.connector.internal.SnowflakeConnectionServiceFactory;
Expand Down Expand Up @@ -192,7 +193,7 @@ public List<Map<String, String>> taskConfigs(final int maxTasks) {
/** @return ConfigDef with original configuration properties */
@Override
public ConfigDef config() {
return SnowflakeSinkConnectorConfig.newConfigDef();
return ConnectorConfigDefinition.getConfig();
}

@Override
Expand Down
Loading

0 comments on commit cea8f1f

Please sign in to comment.