mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-24 10:00:07 +00:00
19 lines
506 B
YAML
19 lines
506 B
YAML
---
|
|
# see https://docs.datahub.com/docs/generated/ingestion/sources/mssql for complete documentation
|
|
source:
|
|
type: mssql
|
|
config:
|
|
username: sa
|
|
password: test!Password
|
|
database: DemoData
|
|
# table_pattern:
|
|
# allow:
|
|
# - "schema1.table1"
|
|
# - "schema1.table2"
|
|
# deny:
|
|
# - "^.*\.sys_.*" # deny all tables that start with sys_
|
|
|
|
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/console for complete documentation
|
|
sink:
|
|
type: console
|