This message was deleted.
# all-things-deployment
b
This message was deleted.
f
Hi @square-activity-64562 i just checked the link you provided. As i understood the file based lineage is made by config file that is something. yml right? But i dont understand how these Oracle database’s schemas and tables are connected with wires (in the picture). How does the .yaml file is making these tables get connected with wires on user interface area.
s
What picture are you referring to? It seems you have missed uploading something? This source is used for ingesting the lineage metadata into DataHub. Once the metadata is in DataHub the UI already knows how to show the lineage.
b
lineage cannot be automatically extracted from oracle, hence the need to use a additional file to specify the relationship
f
@better-orange-49102 Hello sir, as I understood there is no auto lineage on Oracle. Then i made file-based lineage with .yml file. But i'm struggling to create 3 or 4 lineages. Which means i got only dataset-to-dataset lineage and need to build more length lineage my code looks like below: version: 1 lineage: - entity: name: child_table type: dataset env: UAT platform: oracle upstream: - entity: name: dad_Table type: dataset env: UAT platform: oracle - entity: name: mom_table type: dataset env: UAT platform: oracle upstream: - entity: name: grandpa_table type: dataset env: UAT platform: oracle downstream: - entity: name: grand_son type: dataset env: UAT platform: oracle