Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Databricks Spoke

Retrieves details of warehouses, tables, schemas, and catalogs, and executes SQL statements in Databricks from your ServiceNow instance.

Request apps on the Store

Visit the ServiceNow Store to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.

Integration Hub subscription

This spoke requires an Integration Hub subscription. For more information, see Legal schedules - IntegrationHub overview.

Supported versions

This spoke was built for these versions of Databricks, but may be compatible with later versions:

Action categoryDatabricks version
Unity Catalog ManagementAPI version 2.1
SQL ManagementAPI version 2.0

Spoke dependencies

If you’re having trouble installing the app, ensure that these dependent plugins are installed:

  • Complex Object (com.glide.cobject)
  • ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)
  • ServiceNow IntegrationHub Action Template - Data Stream (com.glide.hub.action_type.datastream)
  • ServiceNow IntegrationHub Action Step - REST (com.glide.hub.action_step.rest)

Note: Some of these plugins are licensable features and require appropriate licenses, if used outside the spoke implementation.

Spoke subflows

The Databricks spoke provides sample subflows to demonstrate automating tasks. To customize a sample subflow, copy it to a new application scope. Available sample subflows include:

SubflowDescription
Look up CatalogsRetrieves list of all catalogs.
Look up SchemasRetrieves list of all schemas from a specific catalog.
Look up TablesRetrieves list of all tables from a specific schema in a catalog.
Sample - Execute Databricks SQL StatementExecutes a SQL statement on Databricks and returns the result columns and data array.

Spoke actions

The Databricks spoke provides actions to automate tasks when events occurs in your ServiceNow instance. Available actions include:

CategoryActionDescription
SQL ManagementExecute SQL StatementExecutes the provided SQL statement.
Look up Execution StatusRetrieves the execution status of a SQL statement.
Look up Result Chunk by IndexRetrieves a specific chunk of the result set for a SQL statement by chunk index.Note: If the data you want to retrieve is more than 5MB, modify the default value of the system property glide.pf.rest.response_payload_max_size and increase it as per your requirement.
Look up Warehouses StreamRetrieves a list of SQL warehouses.
Unity Catalog ManagementLook up CatalogsRetrieves details of the required number of catalogs.Note: To retrieve list of all catalogs, use the Look up Catalogs subflow.
Look up SchemasRetrieves details of the required number of schemas from a specific catalog.Note: To retrieve list of all schemas from a specific catalog, use the Look up Schemas subflow.
Look up TablesRetrieves details of the required number of tables from a specific schema in a catalog.Note: To retrieve list of all tables from a specific schema in a catalog, use the Look up Tables subflow.

Connection and credential alias requirements

Integration Hub uses aliases to manage connection and credential information, and OAuth credentials. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. If the connection or credential information changes, you don't need to update any actions that use the connection.