Replies: 1 comment
-
Try using SQLMesh which has built in column level lineage and supports dbt projects. Here's a blog post on the UI which would probably be interesting to you https://tobikodata.com/sqlmesh-ui.html. Feel free to join our slack channel to learn more. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
I am currently trying to build a column lineage tool on my data model.
My current stack is Snowflake + dbt.
I did not found any straightforward "ready to use function" to do so, but I think I have everything needed from the library:
Finally, snowflake provide already this kind of Column lineage, but it seems there are some limitations (window function), which is actually supported by sqlglot library.
I will update the post if I have something working correctly and consistently.
Beta Was this translation helpful? Give feedback.
All reactions