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.

# Functions

New returns a pointer to an initialized Extractor Object.
WithClient assign custom client to the Extractor constructor.

# Structs

Config holds the set of configuration for the metabase extractor.
Extractor manages the extraction of data from the redshift server.

# Type aliases

Option provides extension abstraction to Extractor constructor.