mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 04:26:57 +00:00
24 lines
582 B
YAML
24 lines
582 B
YAML
source:
|
|
type: databricks
|
|
serviceName: local_databricks
|
|
serviceConnection:
|
|
config:
|
|
type: Databricks
|
|
token: "<databricks token>"
|
|
hostPort: "<databricks connection host & port>"
|
|
httpPath: "<http path of databricks cluster>"
|
|
sourceConfig:
|
|
config:
|
|
type: Profiler
|
|
fqnFilterPattern: "<table FQN filtering regex>"
|
|
processor:
|
|
type: orm-profiler
|
|
config: {}
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: "<OpenMetadata host and port>"
|
|
authProvider: "<OpenMetadata auth provider>"
|