oliver-twist
oliver-twist copied to clipboard
dbt DAG Auditor
[See](https://getdbt.slack.com/archives/C0VLNUUTZ/p1608216163392300?thread_ts=1608206852.387600&cid=C0VLNUUTZ)
Currently, the configuration is applied globally. The rules and severity levels should be configurable against individual models.
add the following rules: lineage checks: - 🆗 Disabled Scripts - 🆗 Orphan models - 🆗 Rejoined models. Given following model dependency: `A -> B -> C`. Model `C` should...
Would like to add run_results.json to the processing engine, including the execution time per model. Have some code written for this locally and would appreciate guidance on how to commit...
Given we parse `manifest.json` into a networkx graph it feels sensible to just parse the pickled version output by DBT