Anders
Anders
https://github.com/dbt-labs/dbt-core/pull/3623 (released as part of dbt-core `v0.21.0`) allowed adapters like dbt-sqlserver to not have to re-implement `default__load_csv_rows()` because the only difference between dbt-sqlserver's and core's global_project was the binding parameter...
They aren't needed, provided that the package imports are working correctly. It's save a lot of clicking to not have to open these directories as vscode will auto expand singleton...
from #137, here's the proposed solution > ### Ephemeral models > > The _general_ approach outlined in https://github.com/dbt-msft/dbt-synapse/commit/9180da5a6d092c6b4b22d5388aa6592d2b9d77c4 is still the same, though I was doing it on easy mode,...
given the recent refactor of test in https://github.com/dbt-labs/dbt-core/pull/3261/ for v0.20.0, nested CTE definitions happened. For dbt-sqlserver users, this broke even ootb tests like `accepted_values`. rather than having nested CTEs (unsupported...
one challenge is that it looks like SQL Server 2017 (`14.0.1000.169-2`) is the oldest version of SQL Server to run on Linux. So the challenge would be to build a...
we should try and standardize on a convention of using `{{ relation }}` wherever possible over these variants: - `{{ relation.schema }}.{{ relation.identifier }}` - `to_relation.schema ~ '.' ~ to_relation.identifier`...
We've just published the release cut of dbt-core 1.2.0, `dbt-core 1.2.0rc1` ([PyPI](https://pypi.org/project/dbt-core/1.2.0rc1/) | [GitHub release notes](https://github.com/dbt-labs/dbt-core/releases/tag/v1.2.0rc1)). https://github.com/dbt-labs/dbt-core/discussions/5468 is an open discussion with more detailed information, and https://github.com/dbt-labs/dbt-core/issues/5474 is for keeping...
We've just published the release cut of dbt-core 1.2.0, `dbt-core 1.2.0rc1` ([PyPI](https://pypi.org/project/dbt-core/1.2.0rc1/) | [GitHub release notes](https://github.com/dbt-labs/dbt-core/releases/tag/v1.2.0rc1)). https://github.com/dbt-labs/dbt-core/discussions/5468 is an open discussion with more detailed information, and https://github.com/dbt-labs/dbt-core/issues/5474 is for keeping...
We've just published the release cut of dbt-core 1.2.0, `dbt-core 1.2.0rc1` ([PyPI](https://pypi.org/project/dbt-core/1.2.0rc1/) | [GitHub release notes](https://github.com/dbt-labs/dbt-core/releases/tag/v1.2.0rc1)). https://github.com/dbt-labs/dbt-core/discussions/5468 is an open discussion with more detailed information, and https://github.com/dbt-labs/dbt-core/issues/5474 is for keeping...
## 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...