Databricks

🚧

Beta Feature

This integration is in beta. Behavior and parameters may change in a future release.

Overview

Databricks Integration to pull Scan Data from Databricks Catalogs

Configuration

This command reads the following keys from init.yaml. Any of them can also be supplied as an environment variable of the same name. See CLI Configuration File for the full reference.

  • databricksAccessToken
  • databricksHostname
  • databricksPath

Commands

CommandDescription
regscale databricks pull_dataRun Query in Databricks Catalog

regscale databricks pull_data

Run Query in Databricks Catalog

regscale databricks pull_data [OPTIONS]
FlagTypeRequiredDefaultDescription
--querytextYesSELECT * from range(10)Databricks Query
--localpathtextYesartifacts/DBX_Query.jsonLocal path to save the Databricks query JSON. The directory follows the artifactsDir setting in init.yaml when it is set.

Did this page help you?