Querying Databricks Data

Prerequisites:

Query data with Python

  1. Create a new workspace.

  2. Query the Immuta-protected data as you normally would:

    df = spark.sql('select * from database.table_name')
    df.show()

Query data with SQL

  1. Create a new workspace.

  2. Query the Immuta-protected data as you normally would:

    select * from database.table_name;

Last updated

Self-managed versions

2024.22024.12023.42023.3

Copyright © 2014-2024 Immuta Inc. All rights reserved.