Skip to content

Commit d9b9654

Browse files
authored
Merge pull request #231 from data-integrations/bugfix/CDAP-18170
[CDAP-18170] Change JDBC Driver Name to required for all databases
2 parents 7f1fc26 + 8c01e17 commit d9b9654

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

database-commons/src/main/java/io/cdap/plugin/db/connector/AbstractDBConnectorConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public abstract class AbstractDBConnectorConfig extends PluginConfig implements
4040
@Name(ConnectionConfig.JDBC_PLUGIN_NAME)
4141
@Description("Name of the JDBC driver to use. This is the value of the 'jdbcPluginName' key defined in the JSON " +
4242
"file for the JDBC plugin.")
43-
@Nullable
4443
@Macro
4544
protected String jdbcPluginName;
4645

0 commit comments

Comments
 (0)