dbt-sqlserver
dbt-sqlserver copied to clipboard
dbt adapter for SQL Server and Azure SQL
You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting...
Bumps [freezegun](https://github.com/spulec/freezegun) from 1.4.0 to 1.5.1. Changelog Sourced from freezegun's changelog. 1.5.1 Fix the typing of the tick() method, and improve it's behaviour. 1.5.0 The default ignore list now contains...
Replace square brackets with double quotes and insert "." between schema and view in setting of testview. Result was [dbo.testview_123] will now be "dbo"."testview_123"
Replace square brackets with double quotes and insert "." between schema and view in setting of test_view and expected_view. Result was [dbo.testview_123] will now be "dbo"."testview_123" Result was [dbo.expectedview_123] will...
When I try to run tests (even on a freshly created dbt project), they consistently fail. When I "dbt test --debug" I see malformed SQL. See generated code below: ```--...
When attempting to add a SQL header, nothing is generated. (for reference: https://docs.getdbt.com/reference/resource-configs/sql_header ) ```jinja {{ config(materialized='table') }} {% call set_sql_header(config) %} declare @temp float = 1.345; {%- endcall %}...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 6.9.0. Release notes Sourced from docker/build-push-action's releases. v6.9.0 Bump @docker/actions-toolkit from 0.38.0 to 0.39.0 in docker/build-push-action#1234 Bump path-to-regexp from 6.2.2 to 6.3.0 in docker/build-push-action#1232 Full...
Add index creation structure like dbt-postgres through an index configuration statement. https://docs.getdbt.com/reference/resource-configs/postgres-configs#indexes
Incremental materializations don't seem to be performing properly since 1.7. See thread https://github.com/dbt-msft/dbt-sqlserver/discussions/481