Is there an example of View `DatasetLineageTypeCla...
# getting-started
s
g
We do not currently propagate the type of the lineage to the frontend- is this something you'd like to see? The set of lineage types there isn't really complete- are there a set of lineage types you're interested in?
s
Just wanted to understand if that did something. Will come back to you in case there is a concrete use case
One use case to add this information in the UI is that it adds the expectation that the data is fresh or not. We do have same derived tables (which basically act like materialized views. we run query and replace the data instead of being views) updated once a day/hour/week. I will add both actual sql views as well as these materialized views in the lineage. But that does not make the expectation clear about data freshness. One way is that I can add tags "updated_hourly", "updated_daily", "updated_weekly" or I can add properties last updated or something like that