datahub/metadata-ingestion/examples/recipes/mssql_to_console.dhub.yaml

19 lines
506 B
YAML
Raw Permalink Normal View History

---
# see https://docs.datahub.com/docs/generated/ingestion/sources/mssql for complete documentation
source:
type: mssql
2021-02-12 12:05:41 -08:00
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