I have a reverse question to this one <https://dat...
# getting-started
r
I have a reverse question to this one https://datahubspace.slack.com/archives/CV2KB471C/p1650645167453159 -- is there a way to hide the "Dataset" nodes (or better yet, not generate them at all)? They duplicate most of the information included in dbt datasets but are missing node type information (in node vizualization) and view definition (in dataset details), so they're just cluttering the lineage and the UI. I feel like I'm missing something, why are they even generated in the first place?
m
Hi Michal, BigQuery nodes have information like profiling, usage etc. While dbt nodes have the logic information and often have additional documentation on the schema etc.
👍 1
the latest quickstart images include a new feature that merges the view for these nodes while keeping them separate in the underlying metadata graph
🚀 1
here are a few screenshots of the new experience
r
I work with Databricks but this is very cool, will this "node merging" cover all platforms or only BigQuery for now?
m
It will cover all platforms
🚀 1
r
Hi again 🙂 could you just tell me how do I turn this functionality on? Because I still see separate nodes on 0.8.39: