mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-12 03:07:05 +00:00

* fixing dbt platform issues * have sibling hook use entity client over entity service * switching search service as well * lint * more lint * more specific exceptions
12 lines
347 B
YAML
12 lines
347 B
YAML
# see https://datahubproject.io/docs/generated/ingestion/sources/file for complete documentation
|
|
source:
|
|
type: "file"
|
|
config:
|
|
filename: "./cypress_dbt_data.json"
|
|
|
|
# see https://datahubproject.io/docs/metadata-ingestion/sink_docs/datahub for complete documentation
|
|
sink:
|
|
type: "datahub-rest"
|
|
config:
|
|
server: "http://localhost:8080"
|