2021-02-15 17:53:29 -08:00
|
|
|
---
|
2025-04-28 23:34:33 +09:00
|
|
|
# see https://docs.datahub.com/docs/generated/ingestion/sources/mssql for complete documentation
|
2021-02-15 17:53:29 -08:00
|
|
|
source:
|
|
|
|
type: mssql
|
2021-02-12 12:05:41 -08:00
|
|
|
config:
|
2021-02-15 17:53:29 -08:00
|
|
|
username: sa
|
|
|
|
password: test!Password
|
|
|
|
database: DemoData
|
2021-02-08 20:57:41 -08:00
|
|
|
# table_pattern:
|
|
|
|
# allow:
|
|
|
|
# - "schema1.table1"
|
|
|
|
# - "schema1.table2"
|
|
|
|
# deny:
|
|
|
|
# - "^.*\.sys_.*" # deny all tables that start with sys_
|
|
|
|
|
2025-04-28 23:34:33 +09:00
|
|
|
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/console for complete documentation
|
2021-02-15 17:53:29 -08:00
|
|
|
sink:
|
|
|
|
type: console
|