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

dbt adapter for SQL Server and Azure SQL

Results 129 dbt-sqlserver issues
Sort by recently updated
recently updated
newest added

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

When excecuting dbt test on the dbt-sqlserver adapter, the dbt test command runs into an error: dbt internally failed to execute test.temp.not_null_my_first_dbt_model_id.5fb22c2710: Returned 0 rows, but expected 1 row. This...

bug
Size: Medium
feature: essential

Adds authorization based on the create schema syntax defined by Microsoft. https://docs.microsoft.com/en-us/sql/t-sql/statements/create-schema-transact-sql?view=sql-server-ver15#remarks resolves: #153

Bumps [dbt-tests-adapter](https://github.com/dbt-labs/dbt-tests-adapter) from 1.1.1 to 1.2.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dbt-tests-adapter&package-manager=pip&previous-version=1.1.1&new-version=1.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
python

Hey Guys, Is it possible to implement re-trying of queries if the query fails due to non-model related errors? For example, sometimes Azure SQL fails with errors like this: ```...

Fixes #253 Refs: https://github.com/mkleehammer/pyodbc/wiki/Using-an-Output-Converter-function https://github.com/mkleehammer/pyodbc/issues/134#issuecomment-281739794

bugfix

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.0.0 to 3.1.1. Release notes Sourced from docker/build-push-action's releases. v3.1.1 Fix GitHub token not passed with Git context if subdir defined by @​crazy-max (#663) Replace deprecated fs.rmdir...

dependencies
github_actions

updates: - [github.com/adrienverge/yamllint: v1.26.3 → v1.27.1](https://github.com/adrienverge/yamllint/compare/v1.26.3...v1.27.1) - [github.com/hadialqattan/pycln: v1.3.5 → v2.1.1](https://github.com/hadialqattan/pycln/compare/v1.3.5...v2.1.1) - [github.com/pre-commit/mirrors-mypy: v0.961 → v0.971](https://github.com/pre-commit/mirrors-mypy/compare/v0.961...v0.971)

Hello, I am trying to run `dbt debug` on a MS SQL server that I have few information about. Here is the Dbt profile I use (host and password hidden):...

`ODBC Driver 18 for SQL Server` gives the following database error when compiling and needs this in the connection string. Tested locally with both Drivers 17 and 18. Database Error...