Custom Scriptella driver
This is an expert setting. You can use custom Scriptella drivers to connect additional systems, such as Cassandra.
You can manually add drivers in the following directory: \IS\etc\admin\datawizard\etl_driver.properties.
Naming templates can be copied from the Databases and Connectors menu.
Settings

Driver: Name of the driver. Example:
com.ebd.hub.datawizard.etl.driver.cassandra.DriverURL: Connection URL. Example:
jdbc:cassandra://<cassandra-host-or-IP>:<port>/<keyspace>Query: Query used to access the data.
Connection parameters: Connection parameters.
```