mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-30 20:06:19 +00:00

* Added result limits to queries * Fixed formatting Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
16 lines
315 B
YAML
16 lines
315 B
YAML
source:
|
|
type: mssql-lineage
|
|
serviceName: local_mssql
|
|
sourceConfig:
|
|
config:
|
|
type: DatabaseLineage
|
|
queryLogDuration: 1
|
|
resultLimit: 10000
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://localhost:8585/api
|
|
authProvider: no-auth
|