dbt-mindsdb
dbt-mindsdb copied to clipboard
dbt adapter for connecting to MindsDB
## 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...
## 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...
## Background The latest version of dbt Core,`dbt-core==1.5.0rc1`, was published on April 13, 2023 ([PyPI](https://pypi.org/project/dbt-core/1.5.0rc1/) | [Github](https://github.com/dbt-labs/dbt-core/releases/tag/v1.5.0rc1)). ## How to upgrade https://github.com/dbt-labs/dbt-core/discussions/7213 is an open discussion with more detailed information....
## 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...
Change the way of using predictor from dbt From: ``` {{ config(materialized='table', predictor_name='TEST_PREDICTOR_NAME', integration='int1') }} select a, bc from ddd where name > latest ``` To: ``` {{ config(materialized='table') }}...
slightly update table materialize
This PR enables SQL to show up in language stats of the repository.
If `.gitattributes` file is added it would show SQL as a part of languages used in the repo It would look something like this fork https://github.com/thebongcook/dbt-mindsdb
## 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...