package
0.11.0
Repository: https://github.com/raystack/meteor.git
Documentation: pkg.go.dev

# README

redshift

Usage

source:
  name: redshift
  config:
    cluster_id: cluster_test
    db_name: testDB
    db_user: testUser
    aws_region: us-east-1
    exclude: secondaryDB

Inputs

KeyValueExampleDescription
cluster_idstringcluster_testcluster ID to access the redshift clusterrequired
db_namestringtestDBDefault database name to access the redshift clusterrequired
db_userstringtestUserDatabase username to access the redshift clusterrequired
aws_regionstringus-east-1Aws region to access the redshift clusterrequired
excludestringsecondaryDBThis is a comma separated db listoptional

Outputs

FieldSample Value
resource.urnredshift::us-east-1/my_database/my_table
resource.namemy_table
resource.serviceredshift
schema[]Column

Column

FieldSample Value
nametotal_price
descriptionitem's total price
data_typedecimal
is_nullabletrue
length1243

Contributing

Refer to the contribution guidelines for information on contributing to this module.