2025-01-21 20:03:55 +05:30
source :
2022-05-02 00:18:15 -07:00
type : redshift
config :
# Coordinates
host_port : example.something.us-west-2.redshift.amazonaws.com:5439
database : DemoDatabase
# Credentials
username : user
password : pass
# Options
options :
# driver_option: some-option
2023-04-12 19:15:43 +02:00
include_table_lineage : true
include_usage_statistics : true
# The following options are only used when include_usage_statistics is true
# it appends the domain after the resdhift username which is extracted from the Redshift audit history
# in the format username@email_domain
email_domain : mydomain.com
2022-05-02 00:18:15 -07:00
2023-04-12 19:15:43 +02:00
profiling :
enabled : true
# Only collect table level profiling information
profile_table_level_only : true
sink :
2022-05-02 00:18:15 -07:00
# sink configs
#------------------------------------------------------------------------------
# Extra options when running Redshift behind a proxy</summary>
# This requires you to have already installed the Microsoft ODBC Driver for SQL Server.
# See https://docs.microsoft.com/en-us/sql/connect/python/pyodbc/step-1-configure-development-environment-for-pyodbc-python-development?view=sql-server-ver15
#------------------------------------------------------------------------------
source :
type : redshift
config :
host_port : my-proxy-hostname:5439
options :
connect_args :
2023-12-05 17:42:29 +01:00
# check all available options here: https://pypi.org/project/redshift-connector/
ssl_insecure : "false" # Specifies if IDP hosts server certificate will be verified
2022-05-02 00:18:15 -07:00
sink :
# sink configs