Axell
Axell
This adapater is for sql-server, add syntax works on sql server, but not on fabric, its expensive to do drop and recreate big tables
### dlt version 0.5.1 ### Describe the problem This issue appears to be more constant when there are multiple instances of dbt running a pipeline, apparently a needed file is...
This pull request introduces enhancements to the SQL Server adapter in the `dbt` project, primarily focusing on adding support for index configurations based on the postgresql adapter implementation. The changes...
Use default target database when passed only the schema name so subsequent macros can use it. This will enable this test and the functionality. All tests passing.
Bump dbt-fabric to v1.9.6. Port Fabric PR #315: add sqlserver-specific unit-test materialization and nested-CTE detection (sqlserver__unit_test_create_table_as, unit materialization). Use an intermediate view + SELECT INTO / CREATE+INSERT to avoid EXEC-wrapped...
This PR updates CI workflows and packaging metadata so we can test the adapter on Python 3.13. Depends on: #623 Adapter migration PR (adapter code changes required for Fabric 1.9.6):...
Adds Python 3.13 to the publish-docker workflow matrix This will create the needed images for testing on python 3.13. Related Issue: #612
This commit addresses the following: - Modifies the `create view` macro to use `alter view` when the view already exists, preventing errors during re-materialization and non-dbt grants deletion. - Updates...
Around or before this change on upstream repo, was caused a breaking change: https://github.com/microsoft/dbt-fabric/pull/270 While this makes both adapters behave like the default dbt docs, and is good, it was...