codeforkjeff / dbt-sqlite

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

add minimum compatibility for 1.6.0 #55

Open tom-juntunen opened 7 months ago

tom-juntunen commented 7 months ago

Per the adapter maintainer upgrade guide for v1.6.0, this PR includes the following:

Bugs fixed:

Changes made:

[BtS] Adapter zone tests

No changes required:

[BtS] Drop support for Py 3.7

[BtS] new arg for adapter.execute()

No changes made:

[FEATURE] Materialized Views:

[FEATURE] dbt clone

[BtS] revamp of dbt debug

Possible remaining todo:

codeforkjeff commented 7 months ago

This is fantastic! Everything looks really good here and ready to merge.

kokorin commented 4 months ago

@codeforkjeff do you think we can expect this PR merged and new version released to PyPI?