Skip to content

Deprecated node mapping

This reference lists deprecated database nodes alongside their replacements in the current KNIME Database Extension. Use this table when migrating workflows manually or when reviewing the output of the Workflow Migration Tool.

For step-by-step migration instructions, see Migrate deprecated database workflows.

Node mapping

Deprecated nodeCurrent node
Amazon Athena ConnectorAmazon Athena Connector
Amazon Redshift ConnectorAmazon Redshift Connector
Database Apply-BinnerDB Apply-Binner
Database Auto-BinnerDB Auto-Binner
Database Column FilterDB Column Filter
Database Column RenameDB Column Rename
Database Connection Table ReaderDB Reader
Database Connection Table WriterDB Connection Table Writer
Database ConnectorDB Connector
Database DeleteDB Delete (Table) or DB Delete (Filter)
Database Drop TableDB Table Remover
Database GroupByDB GroupBy
Database JoinerDB Joiner
Database LoopingDB Looping
Database Numeric-BinnerDB Numeric-Binner
Database PivotDB Pivot
Database QueryDB Query
Database ReaderDB Query Reader
Database Row FilterDB Row Filter
Database SamplingDB Row Sampling
Database SorterDB Sorter
Database SQL ExecutorDB SQL Executor
Database Table ConnectorDB Connector + DB Table Selector
Database Table CreatorDB Table Creator
Database Table SelectorDB Table Selector
Database UpdateDB Update
Database WriterDB Writer
H2 ConnectorH2 Connector
Hive ConnectorHive Connector
Hive LoaderDB Loader
Impala ConnectorImpala Connector
Impala LoaderDB Loader
Microsoft SQL Server ConnectorMicrosoft SQL Server Connector
MySQL ConnectorMySQL Connector
Parameterized Database QueryParameterized DB Query Reader
PostgreSQL ConnectorPostgreSQL Connector
SQL ExtractDB Query Extractor
SQL InjectDB Query Injector
SQLite ConnectorSQLite Connector
Vertica ConnectorVertica Connector
Microsoft Access Connector (new, no deprecated equivalent)
DB Insert (new, no deprecated equivalent)
DB Merge (new, no deprecated equivalent)
DB Column Rename (Regex) (new, no deprecated equivalent)
DB Partitioning (new, no deprecated equivalent)
DB Type Mapper (new, no deprecated equivalent)

Register drivers for the deprecated framework

The JDBC driver registration page for the deprecated framework no longer appears in KNIME preferences. To register a driver for the legacy Database Connector (deprecated) node, create a preferences file manually.

  1. Create a text file named driver.epf with the following content:
text
\!/=
/instance/org.knime.workbench.core/database_drivers=<PATH_TO_THE_JDBC_DRIVER>
file_export_version=3.0
  1. Replace <PATH_TO_THE_JDBC_DRIVER> with the path to the driver .jar file. To register multiple drivers, separate paths with a semicolon (;).

    Example for Windows with two drivers:

text
\!/=
/instance/org.knime.workbench.core/database_drivers=C\:\\KNIME\\JDBC\\db2\\db2jcc4.jar;C\:\\KNIME\\JDBC\\Neo4J\\neo4j-jdbc-driver-3.4.0.jar
file_export_version=3.0

On Windows, escape each backslash with a second backslash.

  1. Import the file via FileImport Preferences.
  2. Restart KNIME Analytics Platform.

TIP

To register drivers for the current framework (for example, the DB Connector node), use the standard preferences dialog instead. See Register a JDBC driver.