Filtering Lineage Graph to Objects Containing Specific Words

Is it possible to filter the lineage graph to show only objects containing certain words?

I’m working on a large project with a complex lineage graph, and I would like to see all objects containing the word “account” in their name. Is this currently possible?

Any info would be greatly appreciated. Thanks!

1 Like

I did something similar to extract DAG that is created by dbt to an external system. You will be able to extract the information that you are looking for in target/manifest.json. This file gets created when a dbt compile is run