forked from datahub-project/datahub
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(lineage): add priority to via node (datahub-project#10034)
- Loading branch information
1 parent
ecfab6b
commit 84bdf81
Showing
15 changed files
with
1,420 additions
and
59 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
metadata-ingestion/examples/recipes/file_to_datahub-jobs-golden.dhub.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
# see https://datahubproject.io/docs/generated/ingestion/sources/file for complete documentation | ||
source: | ||
type: "file" | ||
config: | ||
filename: ./examples/test_examples/via_node_test_example_fivetran.json | ||
# see https://datahubproject.io/docs/metadata-ingestion/sink_docs/datahub for complete documentation | ||
sink: | ||
type: "datahub-rest" | ||
config: | ||
server: "http://localhost:8080" |
Oops, something went wrong.