ServerConfigurations
Specifies configuration variables to override the default settings on the Databricks server.
Data Type
string
Default Value
""
Remarks
The ServerConfigurations property accepts a comma-separated list of configuration variables defined as name-value pairs. Each pair is sent to the Databricks server to override its default values for the current session.
For example: hive.enforce.bucketing=true,hive.enforce.sorting=true
These settings can be used to adjust query behavior, enforce specific runtime constraints, or fine-tune optimization parameters for your Databricks session.