camel-databricks-source-kafka-connector source configuration
Connector Description: Query data from a Databricks Database. For Unity Catalog workspaces, specify catalog and schema parameters.
When using camel-databricks-source-kafka-connector as source make sure to use the following Maven dependency to have support for the connector:
<dependency>
<groupId>org.apache.camel.kafkaconnector</groupId>
<artifactId>camel-databricks-source-kafka-connector</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel Kafka connector version -->
</dependency> To use this source connector in Kafka connect you’ll need to set the following connector.class
connector.class=org.apache.camel.kafkaconnector.databrickssource.CamelDatabrickssourceSourceConnector The camel-databricks-source source connector supports 8 options, which are listed below.
| Name | Description | Default | Priority |
|---|---|---|---|
Required The Databricks server hostname. Example: adb-1234567890123456.7.azuredatabricks.net. | HIGH | ||
The server port for the Databricks data source. | "443" | MEDIUM | |
Required The HTTP path to the Databricks SQL Warehouse or cluster. Example: /sql/1.0/warehouses/abc123def456. | HIGH | ||
Required The personal access token to access Databricks. | HIGH | ||
Required The query to execute against the Databricks Database. Example: SELECT * FROM accounts. | HIGH | ||
Additional JDBC connection options (e.g., ConnCatalog=main;ConnSchema=default). | "" | MEDIUM | |
A query to run on a tuple consumed. Example: DELETE FROM accounts where user_id = :#user_id. | MEDIUM | ||
The number of milliseconds before the next poll from the Databricks database. | 500 | MEDIUM |
The camel-databricks-source source connector has no converters out of the box.
The camel-databricks-source source connector has no transforms out of the box.
The camel-databricks-source source connector has no aggregation strategies out of the box.