Self-managed versions
Copyright © 2014-2024 Immuta Inc. All rights reserved.
Last updated 4 months ago
Prerequisites:
Create a new workspace.
Query the Immuta-protected data as you normally would:
df = spark.sql('select * from database.table_name') df.show()
select * from database.table_name;