Databricks

Access configuration details to connect Soda to a Databricks data source.

Connection configuration reference

Install the following package:

pip install -i https://pypi.dev.sodadata.io/simple -U soda-databricks

Data source YAML

type: databricks
name: my_databricks
connection:
  host: <server-hostname>
  http_path: <http-path>
  catalog: <unity-catalog>

  # optional
    warehouse:
    session_configuration:
    field_mapping: 

Last updated

Was this helpful?