adding commented out example to yaml file

This commit is contained in:
Shirshanka Das 2021-02-08 20:57:41 -08:00 committed by Shirshanka Das
parent d68648670a
commit d5f89f8170

View File

@ -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