forked from datahub-project/datahub
-
Notifications
You must be signed in to change notification settings - Fork 12
/
redshift_to_datahub.dhub.yaml
50 lines (49 loc) · 1.46 KB
/
redshift_to_datahub.dhub.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
# see https://datahubproject.io/docs/generated/ingestion/sources/redshift for complete documentation
source:
type: "redshift"
config:
# Coordinates
host_port: host:port
database: database_name
options:
connect_args:
sslmode: prefer
# Credentials
username: datahub
password: datahub
#include_tables: true
#include_views: true
#include_table_lineage: true
#default_schema: public
#table_lineage_mode: stl_scan_based
#include_copy_lineage: true
#start_time: 2020-12-15T20:08:23.091Z
#end_time: 2023-12-15T20:08:23.091Z
#profiling:
# enabled: true
# turn_off_expensive_profiling_metrics: false
# limit: 10
# query_combiner_enabled: true
# max_number_of_fields_to_profile: 8
# profile_table_level_only: false
# include_field_null_count: true
# include_field_min_value: true
# include_field_max_value: true
# include_field_mean_value: true
# include_field_median_value: true
# include_field_stddev_value: false
# include_field_quantiles: false
# include_field_distinct_value_frequencies: false
# include_field_histogram: false
# include_field_sample_values: false
#profile_pattern:
# allow:
# - "schema.table.column"
# deny:
# - "*.*.*"
# see https://datahubproject.io/docs/metadata-ingestion/sink_docs/datahub for complete documentation
sink:
type: "datahub-rest"
config:
server: "http://localhost:8080"