sripathikrishnan / jinjasql

Template Language for SQL with Automatic Bind Parameter Extraction
MIT License
815 stars 89 forks source link

Best Practice: an IDE/plugin that will execute jinjasql templated code . #27

Closed avishalom closed 4 years ago

avishalom commented 4 years ago

Specifically when developing dbt, can you write queries using this? or is the only recommended way to wrap it in python?

sripathikrishnan commented 4 years ago

JinjaSQL was originally intended to run queries via python, so that is the recommended way.

JinjaSQL and dbt are not related in any way, even though both the projects use the Jinja templating language. I am not too familiar with dbt, so don't know if JinjaSQL can be used within a dbt project.

Having said that, can you explain your use case a bit more?

sripathikrishnan commented 4 years ago

Closing this issue, since there isn't a defect or a feature request. Thanks!