This is a tool to visualize the column level lineage of dbt models. It uses the manifest.json and catalog.json files generated by dbt to create a graph of the lineage of the models. It is a web ...
𝗠𝘆𝗦𝗤𝗟 𝗪𝗜𝗧𝗛 𝗖𝗹𝗮𝘂𝘀𝗲 𝗮𝗻𝗱 𝗖𝗧𝗘𝘀 Stop nesting subqueries. Nested queries are hard to read. Use CTEs. Common Table Expressions make your SQL clean. MySQL 8.0 added the WITH keyword. The ...