codeforkjeff / dbt-sqlite

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

compatibility for dbt-core v1.6.0 #54

Closed tom-juntunen closed 6 months ago

tom-juntunen commented 6 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

tom-juntunen commented 6 months ago

Hi @codeforkjeff , here are my proposed updates for dbt-sqlite v1.6.0. Let me know if you'd like anything else here. I will get to work on v1.7.0 next. We can still plan to deploy both together under 1.7.0 after 1.5.0 is out.

tom-juntunen commented 6 months ago

The commit history got messed up on my end. I'll resubmit a new PR with a simplified history.

tom-juntunen commented 6 months ago

Closing this PR -- new one opened here with a cleaner history.