mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-24 10:00:07 +00:00

Co-authored-by: xiphl <xiphlerl9@gmail.com> Allows the CsvEnricher, BusinessGlossary, File, and LineageFile sources to read from URLs.
31 lines
596 B
YAML
31 lines
596 B
YAML
---
|
|
version: 1
|
|
lineage:
|
|
- entity:
|
|
name: topic3
|
|
type: dataset
|
|
env: DEV
|
|
platform: kafka
|
|
upstream:
|
|
- entity:
|
|
name: topic2
|
|
type: dataset
|
|
env: DEV
|
|
platform: kafka
|
|
- entity:
|
|
name: topic1
|
|
type: dataset
|
|
env: DEV
|
|
platform: kafka
|
|
- entity:
|
|
name: topic2
|
|
type: dataset
|
|
env: DEV
|
|
platform: kafka
|
|
upstream:
|
|
- entity:
|
|
name: kafka.topic2
|
|
env: PROD
|
|
platform: snowflake
|
|
platform_instance: test
|
|
type: dataset |