Cmdlets for Databricks

Build 25.0.9434

UseUploadApi Parameter (Connect-Databricks Cmdlet)

Specifies whether the provider uses the Databricks Upload API to optimize Bulk INSERT operations.

Syntax

Connect-Databricks -UseUploadApi SwitchParameter

Data Type

bool

Default Value

false

Remarks

When this property is set to true, the cmdlet uses the Databricks Upload API to stage and load data in bulk, improving performance for large insert operations by reducing network overhead.

When this property is set to false, data is inserted directly over the active connection, which can be slower for large datasets but may be preferable for smaller or transactional workloads.

This property is useful for accelerating high-volume data ingestion scenarios in Databricks.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434