Tag: Adhoc

Run Adhoc queries in DBT with Jinja

DBT Models are great in separating SQL into their own enclosures which can be summoned anytime by Directed A-cyclic Graph code scripted in Python. I have mostly witnessed plain SQL sprinkled with a few built-in DBT methods such as ref() and source() within the model files. I d...