Hi @bradleyjamrozik
1. Does column lineage work across multiple catalogs and schemas?
It does state that lineage is aggregated across all workspaces attached to a metastore, meaning that lineage captured in one workspace is visible in any other workspace sharing that metastore. Therefore, it is possible that column lineage could work across multiple catalogs and schemas if they are attached to the same metastore.
2. Do Delta Live Tables support lineage? If yes does that work across multiple pipelines or only with a single one?
Lineage for tables in a Delta Live Tables pipeline is visible in Data Explorer. For materialized views or streaming tables in a Unity Catalog-enabled pipeline, the Data Explorer lineage UI shows the upstream and downstream tables. Lineage is only displayed between tables defined in the pipeline; tables that are defined outside of the pipeline and read in the pipeline are not shown in the Data Explorer lineage UI.
https://docs.databricks.com/delta-live-tables/unity-catalog.html#view-lineage-for-a-pipeline
Regards,
Vinay M R