Admin Guide
Synapse-Databricks Admin Guide
Configuration
Synapse-Databricks requires Databricks API credentials. For information on how to sign up, please visit the Databricks API documentation.
Setting OAuth machine-to-machine API credentials for global use
To set-up global API credentials:
> databricks.setup.credentials oauth-m2m https://myhost.databricks.com --client-id client_id --client-secret client-secret
Setting Databricks API credentials for scope=global.
Setting per-user personal access token (PAT) API credentials
A user may set-up their own API credentials:
> databricks.setup.credentials pat https://myhost.databricks.com --token token --self
Setting Databricks API credentials for scope=current-user.
Dependencies
Synapse-Databricks does not have any dependencies.
Permissions
Package (synapse-databricks) defines the following permissions:
power-ups.databricks.user : Controls user access to Synapse-Databricks. ( default: false )
You may add rules to users/roles directly from Storm:
> auth.user.addrule visi power-ups.databricks.user
Added rule power-ups.databricks.user to user visi.
or:
> auth.role.addrule ninjas power-ups.databricks.user
Added rule power-ups.databricks.user to role ninjas.
Workflows
Synapse-Databricks provides the following workflows in Optic:
Title: Configuration
Node Actions
Synapse-Databricks does not provide an Optic node actions.
Onload Events
Synapse-Databricks does not use any onload
events.