create_spark_engine
Create a Spark engine in IBM watsonx.data to process data with configurable origin, storage, and catalogs.
Instructions
Create a new Spark engine in watsonx.data.
Args: origin: Engine origin - "native", "external", or "discover" display_name: Display name for the engine storage_name: Storage/bucket name for engine_home (REQUIRED) associated_catalogs: List of catalog IDs to associate description: Engine description default_version: Spark version (default: "3.5") default_config: Additional engine configuration tags: Tags for the engine
Returns: Dict with created engine details including engine_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | ||
| display_name | Yes | ||
| storage_name | Yes | ||
| associated_catalogs | No | ||
| description | No | ||
| default_version | No | 3.5 | |
| default_config | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||