Hi everyone, when using the file-based lineage sou...
# troubleshoot
m
Hi everyone, when using the file-based lineage source, is it necessary to merge the metadata to only one .yml file in the recipe or can use it like the following?
Copy code
source:
  type: datahub-lineage-file
  config:
    file: /path/to/file_lineage1.yml
    file: /path/to/file_lineage2.yml
    file: /path/to/file_lineage3.yml
    preserve_upstream: False

sink:
# sink configs
1
b
hey patrick! in this situation yes, you're going to have to combine them into one file if you want to ingest everything using one recipe like this. another option would be to set up 3 different file-based ingestion sources, one for each file
m
Thank you @bulky-soccer-26729teamwork