mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-10 08:21:21 +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
|
username: sa
|
||||||
password: test!Password
|
password: test!Password
|
||||||
database: DemoData
|
database: DemoData
|
||||||
|
# table_pattern:
|
||||||
|
# allow:
|
||||||
|
# - "schema1.table1"
|
||||||
|
# - "schema1.table2"
|
||||||
|
# deny:
|
||||||
|
# - "^.*\.sys_.*" # deny all tables that start with sys_
|
||||||
|
|
||||||
|
|
||||||
sink:
|
sink:
|
||||||
type: console
|
type: console
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user