codeforkjeff / dbt-sqlite

A SQLite adapter plugin for dbt (data build tool)
Apache License 2.0
78 stars 13 forks source link

Add support for Python models in dbt >= 1.3.x #41

Open codeforkjeff opened 1 year ago

codeforkjeff commented 1 year ago

Since using SQLite is always going to be local, we can (mis)use dbt's python models to run code, probably in a subprocess.