Amazon Redshift Spectrum Data Source
Requirements
Create a data source using the Immuta CLI
connectionKey: redshift
connection:
hostname: your-redshift-cluster.djie25k.us-east-1.redshift.amazonaws.com
port: 5439
ssl: true
database: your_database_with_external_schema
username: awsuser
password: your_password
handler: Redshift
schema: external_schema
nameTemplate:
dataSourceFormat: <Tablename>
schemaFormat: <schema>
tableFormat: <tablename>
schemaProjectNameFormat: <Schema>
nativeSchemaFormat: <schema>_immuta
nativeViewFormat: <tablename>
sources:
- all: trueCreate a data source using the Immuta V2 API
Path parameters
Parameter
Description
Required or optional
Default value
Body parameters
Parameter
Description
Required or optional
Last updated
Was this helpful?

