dbt-sqlite icon indicating copy to clipboard operation
dbt-sqlite copied to clipboard

A SQLite adapter plugin for dbt (data build tool)

Results 27 dbt-sqlite issues
Sort by recently updated
recently updated
newest added

## Background The latest release cut for 1.3.0, `dbt-core==1.3.0rc2` was published on October 3, 2022 ([PyPI](https://pypi.org/project/dbt-core/1.3.0rc2/) | [Github](https://github.com/dbt-labs/dbt-core/releases/tag/v1.3.0rc2)). We are targeting releasing the official cut of 1.3.0 in time for...

## Background The latest release cut for 1.3.0, `dbt-core==1.3.0rc2` was published on October 3, 2022 ([PyPI](https://pypi.org/project/dbt-core/1.3.0rc2/) | [Github](https://github.com/dbt-labs/dbt-core/releases/tag/v1.3.0rc2)). We are targeting releasing the official cut of 1.3.0 in time for...

## Background Minor version `v1.8` is targeted for final release within dbt Core on May 9, 2024. ~~As a maintainer of a dbt adapter, we strongly encourage you to release...

### Description Finish changes for compatibility with dbt core v1.4 & v1.5 ### Changes - include python 3.11 in test matrix - use schema paths for anonymous telemetry - elegantly...

Due to some personal issues, I unfortunately don't have time to maintain this project anymore. This adapter works with dbt 1.4.0 but there have been two minor versions since then...

## Background Minor version `v1.7` is targeted for final release on Ocotber 26, 2023. As a maintainer of a dbt adapter, we strongly encourage you to release a corresponding minor...

Hey i am using dbt-sqlit 1.4.0 with dbt-core 1.5.2 and i get the following error: ``` File "XXX\.venv\Lib\site-packages\dbt\adapters\sqlite\connections.py", line 40, in unique_field return self.host ^^^^^^^^^ AttributeError: 'SQLiteCredentials' object has no...

My stab at closing #27. Opted to always return a datetime without checking/evaluating `date`, which enables the users to also pass a column name to it. For tests, I did...

## Background Minor version `v1.6` is targeted for final release on July 27, 2023. As a maintainer of a dbt adapter, we strongly encourage you to release a corresponding minor...