Databricks
Audience: Data Users
Content Summary: This page offers a tutorial on how to query data within the Databricks integration.
Prerequisites:
Query Data with Python
Create a new workspace.
Query the Immuta-protected data, which takes the form of
database.table_name
:Database: The database that houses the backing tables of your Immuta data sources.
Table Name: The name of the table backing your Immuta data sources.
Run your query, it should look something like:
Query Data with SQL
Create a new workspace.
Query the Immuta-protected data, which takes the form of
database.table_name
:Database: The database that houses the backing tables of your Immuta data sources.
Table Name: The name of the table backing your Immuta data sources.
Run your query. It should look something like this:
Query Data with SparkR
Establish the User's Identity
Create a new workspace.
Run:
Run a Query
In the same workspace, but a different cell, query the Immuta-protected data, which takes the form of
database.table_name
:Database: The database that houses the backing tables of your Immuta data sources.
Table Name: The name of the table backing your Immuta data sources.
Run your query. It should look something like this:
Query Data with Scala
Query the Immuta-protected data, which takes the form of
database.table_name
:Database: The database that houses the backing tables of your Immuta data sources.
Table Name: The name of the table backing your Immuta data sources.
Run your query. It should look something like this:
Last updated