Anders

Results 159 issues of Anders

## 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 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...

## 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.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...

In https://github.com/dbt-msft/dbt-sqlserver/pull/173, I override the test materialization to always store failures, but drop that table after running the test query unless otherwise specified. I don't think this test suite tests...

## problem our adapter runs perfectly for jaffle_shop and another user have been able to been using the adapter successfully for an internal data engineering project. however, we're woefully stuck...

probably would be a good idea to have coverage for the [`unique_key` config option for incremental models](https://docs.getdbt.com/docs/building-a-dbt-project/building-models/configuring-incremental-models#defining-a-uniqueness-constraint-optional). This came up in https://github.com/dbt-msft/dbt-sqlserver/pull/102.

### Describe the feature From https://github.com/dbt-labs/dbt-external-tables/issues/249#issuecomment-2048321896 If I have to add an external table as a source in dbt, I use the dbt-external-tables package. Most platforms offer an `infer_schema` choice...

enhancement
triage

### Describe the feature related: #214 #221 below is an interaction summary of: 1. a user's permission to create new schemas, and 2. if the intended external schema exists already...

enhancement

## Description & motivation resolves: #250 ## Checklist - [ ] I have verified that these changes work locally - [ ] I have updated the README.md (if applicable) -...

Stale