Camel Spring Boot

IBM watsonx.data

Interact with IBM watsonx.data lakehouse for catalog, schema, table, and engine management.

What’s inside

Please refer to the above links for usage and configuration details.

Maven coordinates

<dependency>
    <groupId>org.apache.camel.springboot</groupId>
    <artifactId>camel-ibm-watsonx-data-starter</artifactId>
</dependency>

Spring Boot Auto-Configuration

The starter supports 12 options, which are listed below.

Name Description Default Type

camel.component.ibm-watsonx-data.api-key

IBM Cloud API key for authentication

String

camel.component.ibm-watsonx-data.auth-instance-id

The watsonx.data instance CRN for API authorization

String

camel.component.ibm-watsonx-data.autowired-enabled

Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.

true

Boolean

camel.component.ibm-watsonx-data.catalog-name

The catalog name for catalog, schema, and table operations

String

camel.component.ibm-watsonx-data.configuration

The component configuration. The option is a org.apache.camel.component.ibm.watsonx.data.WatsonxDataConfiguration type.

WatsonxDataConfiguration

camel.component.ibm-watsonx-data.enabled

Whether to enable auto configuration of the ibm-watsonx-data component. This is enabled by default.

Boolean

camel.component.ibm-watsonx-data.engine-id

The engine ID for engine operations and schema/table queries

String

camel.component.ibm-watsonx-data.lazy-start-producer

Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel’s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.

false

Boolean

camel.component.ibm-watsonx-data.oauth-profile

OAuth profile name for obtaining an access token via the OAuth 2.0 Client Credentials grant. When set, the token is acquired from the configured identity provider and used as apiKey. Requires camel-oauth on the classpath.

String

camel.component.ibm-watsonx-data.operation

The operation to perform

WatsonxDataOperations

camel.component.ibm-watsonx-data.schema-name

The schema name for schema and table operations

String

camel.component.ibm-watsonx-data.service-url

The watsonx.data service URL (e.g., https://region.lakehouse.cloud.ibm.com/lakehouse/api/v2)

String