Login to follow
Databricks Connector

Databricks Connector (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 12 December 2025 by BP3 Global, Incorporated
Databricks Connector

Databricks Connector (ODC)

Documentation
0.1.0

Before you start

You will need access to a working Databricks workspace. If you don’t have one, check how to Sign up for an Azure Databricks for free.


Configuration steps

  • Install the component from Forge
  • Add it as a dependency to your application

  • Go to your app details > Configurations > Consumed REST APIs and set the BaseURL of DatabricksOIDC and DatabricksAPI to point to your Databricks instance


Authentication

  • The Token input of the Databricks actions provides flexibility to authenticate with different methods.

  • The Databricks_GenerateToken action can be used to generate a workspace-level access token.

    • We recommend you manage the generated tokens on the application level in order to reduce the amount of token requests.


Check Databricks REST API reference documentation for all of the details.