Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/components/0-inputs/sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type: `string`

required: `true`

### **ballista**
### **ballista (experimental)**

Optional configuration for distributed computing using Ballista. When configured, SQL queries will be executed in a distributed manner.

Expand Down
16 changes: 16 additions & 0 deletions docs/docs/components/2-processors/sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,22 @@ type: `string`

default: `flow`

### **ballista (experimental)**

Optional configuration for distributed computing using Ballista. When configured, SQL queries will be executed in a distributed manner.

type: `object`

required: `false`

properties:
- `remote_url`: Ballista server URL (e.g., "df://localhost:50050")

type: `string`

required: `true`


## Examples

```yaml
Expand Down