Replies: 3 comments 7 replies
-
Will try it for sure ! |
Beta Was this translation helpful? Give feedback.
-
These look like great additions. One thing I have found myself needing is a way to exclude assets. Is it possible to take all this great selection syntax and use it to filter out assets instead? |
Beta Was this translation helpful? Give feedback.
-
It looks good. I do find asset selection tricky, not that I have played with it much. In the dbt docs I like the fact that the lineage diagram filters gives me the same code needed in the dbt command line. Is it also possible to select one or more partitions, if applicable? That would be useful if I want to check the lineage of a particular partition for failures or missing materialisations. A nice feature would be a way to copy a code snippet to help create jobs based from the UI selection. Or even create a job directly from the UI for our less techy operational colleagues. Code first is a great principle but if an operational team might need to create a job or schedule and don't have the skills or dev support to update the code base they are stuck. Many ops teams come from older tools that have a UI for creating schedules. |
Beta Was this translation helpful? Give feedback.
-
Hey everyone!
We’re super excited to introduce a brand-new Selection Syntax to help you visualize and manage your asset lineage/job op/run gantt graphs more easily. 🎉 But before we roll it out to everyone, we’d love for some brave beta testers to give it a spin and share your thoughts!
✨ What’s New?
+++"my_asset"+++
New syntax:3+key:"my_asset"+3
*"my_asset"*
New syntax:+key:"my_asset"+
tag:billing or tag:sales
+tag:billing
(everything upstream of assets tagged with billing) .sinks(owner:"billing")
🔧 How to Enable It:
💬 We’d Love to Hear From You!
Happy querying! 🛠️✨
(This flag will be available in release 1.9.7)
Example finding the path between nodes:
Example finding the path between two nodes that go through another node:
Selection in the Run Gantt chart:
Selection in a Job Op graph:
Beta Was this translation helpful? Give feedback.
All reactions