mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 03:39:03 +00:00
25 lines
683 B
YAML
25 lines
683 B
YAML
source:
|
|
type: presto-on-hive
|
|
config:
|
|
# Hive metastore DB connection
|
|
host_port: localhost:5432
|
|
database: metastore
|
|
|
|
# specify the schema where metastore tables reside
|
|
schema_pattern:
|
|
allow:
|
|
- "^public"
|
|
|
|
# credentials
|
|
username: user # optional
|
|
password: pass # optional
|
|
|
|
#scheme: 'postgresql+psycopg2' # set this if metastore db is using postgres
|
|
#scheme: 'mysql+pymysql' # set this if metastore db is using mysql, default if unset
|
|
|
|
# set this to have advanced filters on what to ingest
|
|
#views_where_clause_suffix: AND d."name" in ('db1')
|
|
#tables_where_clause_suffix: AND d."name" in ('db1')
|
|
|
|
sink:
|
|
# sink configs |