mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 11:19:05 +00:00
adding commented out example to yaml file
This commit is contained in:
parent
d68648670a
commit
d5f89f8170
@ -5,6 +5,13 @@ source:
|
||||
username: sa
|
||||
password: test!Password
|
||||
database: DemoData
|
||||
# table_pattern:
|
||||
# allow:
|
||||
# - "schema1.table1"
|
||||
# - "schema1.table2"
|
||||
# deny:
|
||||
# - "^.*\.sys_.*" # deny all tables that start with sys_
|
||||
|
||||
|
||||
sink:
|
||||
type: console
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user