Querying Redshift Spectrum Data
Query Immuta-protected data in Redshift Spectrum
Last updated
Was this helpful?
Query Immuta-protected data in Redshift Spectrum
This guide is specific to querying data sources registered in the Amazon Redshift Spectrum integration. For instructions on how to query data registered in the Amazon Redshift integration, see the Accessing data page.
Prerequisites:
REVOKE users' access to raw tables
Use your tool of choice to connect to Redshift.
Select the Immuta database name used when configuring the integration.
Query the Immuta-protected data, which takes the form of immuta_database.backing_schema.table_name:
Immuta Database: The Immuta database name used when configuring the integration.
Backing Schema: The schema 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 is recommended that you use the catalog in the query). It should look something like this:
select * from immuta_database.backing_schema.table_name limit 100Last updated
Was this helpful?
Was this helpful?

