sqlparser / python_data_lineage

Data lineage tools in python
24 stars 5 forks source link

Question: RelationRows #4

Closed thebruuu closed 1 month ago

thebruuu commented 2 months ago

1st of all Congrat for you product. I really like it!

2nd A Question : why there is a cell RelationRows appearing in each table?

3rd. Question: In CSV output, when there is a TO_CHAR (or other transformation) is there a way to have the full formula ?

Thank You

liaowuhen2 commented 2 months ago

2nd A Question : why there is a cell RelationRows appearing in each table? Answer: https://docs.gudusoft.com/2.-concepts/data-lineage/indirect-dataflow

_3rd. Question: In CSV output, when there is a TOCHAR (or other transformation) is there a way to have the full formula ? Answer: The full transformation is visible in the JSON return and not in the CSV return

Thank You