Skip to content

Commit

Permalink
Merge remote-tracking branch 'acryl/jj--add-structured-logging-to-ing…
Browse files Browse the repository at this point in the history
…estion' into jj--add-structured-logging-to-ingestion
  • Loading branch information
John Joyce authored and John Joyce committed Jul 3, 2024
2 parents 6547a5a + 245aa4b commit d6650a2
Showing 1 changed file with 42 additions and 12 deletions.
54 changes: 42 additions & 12 deletions metadata-ingestion/examples/recipes/redshift_to_datahub.dhub.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,47 @@
---
# see https://datahubproject.io/docs/generated/ingestion/sources/redshift for complete documentation
source:
type: redshift
type: "redshift"
config:
host_port: 'redshift-cluster-for-testing-connectors.cdj7lmroi8gs.us-west-2.redshift.amazonaws.com:5438'
username: connector_test
table_lineage_mode: stl_scan_based
include_table_lineage: true
include_tables: true
include_views: true
profiling:
enabled: true
profile_table_level_only: true
database: dev
password: '9_6rXHKcawa_JEbBYRCQo_V-M.'
# 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:
Expand Down

0 comments on commit d6650a2

Please sign in to comment.