Querying Databricks Data
Query Immuta-protected data in Databricks
Last updated
Was this helpful?
Query Immuta-protected data in Databricks
Prerequisites:
Create a new workspace.
Query the Immuta-protected data as you normally would:
df = spark.sql('select * from database.table_name')
df.show()Create a new workspace.
Query the Immuta-protected data as you normally would:
select * from database.table_name;Last updated
Was this helpful?
Was this helpful?

