mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-01 18:07:11 +00:00
23 lines
614 B
YAML
23 lines
614 B
YAML
source:
|
|
type: redshift
|
|
config:
|
|
host_port: cluster.name.region.redshift.amazonaws.com:5439
|
|
username: username
|
|
password: strong_password
|
|
database: warehouse
|
|
service_name: aws_redshift
|
|
generate_sample_data: 'false'
|
|
schema_filter_pattern:
|
|
excludes:
|
|
- information_schema.*
|
|
dbt_manifest_file: ./examples/sample_data/dbt/manifest_1.0.json
|
|
dbt_catalog_file: ./examples/sample_data/dbt/catalog_1.0.json
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
metadata_server:
|
|
type: metadata-server
|
|
config:
|
|
api_endpoint: http://localhost:8585/api
|
|
auth_provider_type: no-auth
|