If I have a materialized view. How do I see its li...
# ingestion
a
If I have a materialized view. How do I see its lineage?
c
It will depend on the source you are using. Some sources like snowflake support lineages where as some like mysql, postgres doesnt support them out of box. You need to ingest lineage separately for such sources.
a
Thanks for the explanation !!!
p
I'm not seeing data lineage for Redshift materialized views that are ingested. If that is expected behaviour, is there the possibility for datahub solution? Or are we limited by Redshift internals to rolling our own lineage.