Fix/test fixes remove dbt patched#19
Merged
axellpadilla merged 27 commits intopatchedfrom Mar 12, 2026
Merged
Conversation
The 'functional' target in the Makefile now accepts an optional THREADS parameter. If no THREADS value is supplied, it defaults to 'auto'. This allows users to specify the number of parallel test threads, addressing potential resource issues like SQL Server running out of memory when many tests run concurrently.
…rather than taking all the cores.
…sql version of the adapter as the upstream testing was relied on. Fix snapshot logic not being updated to 1.9 to pass tests. Fix issues with the test failure storage tests related to expected errors due to bad model naming.
for more information, see https://pre-commit.ci
…flows ci: add Python 3.13 to workflows and packaging metadata
…ared to the old locations to be inline with where the fabric adapater stored them to make migrating them all a bit simpler to grok.
…BT core standards in the adapter and related tests.
for more information, see https://pre-commit.ci
Remove fabric dependency
…s secundaria en las pruebas
# Conflicts: # .github/workflows/patched-integration-tests-sqlserver.yml # .github/workflows/patched-publish-docker.yml # .github/workflows/patched-unit-tests-patched.yml # Makefile # dbt/adapters/sqlserver/sqlserver_adapter.py # dbt/adapters/sqlserver/sqlserver_column.py # dbt/include/sqlserver/macros/adapters/columns.sql # dbt/include/sqlserver/macros/materializations/unit_test/unit_test_table.sql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.