aboutsummaryrefslogblamecommitdiff
path: root/devel/py-dbt-extractor/pkg-descr
blob: c67935eeb561e5c726c6c4d6aea22f18390ae4f3 (plain) (tree)
1
2
3
4
5
6
7






                                                                            
A tool that processes the most common jinja value templates in dbt model
files. The tool depends on tree-sitter and the tree-sitter-jinja2 library.

The current strategy is for this processor to be 100% certain when it can
accurately extract values from a given model file. Anything less than 100%
certainty returns an exception so that the model can be rendered with python
Jinja instead.