Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / dbt-msft/dbt-sqlserver issues and pull requests
#590 - Adapter looking for `database` in profiles instead of `dbname`
Issue -
State: closed - Opened by MiConnell 13 days ago
- 1 comment
#589 - Resolves #588
Pull Request -
State: closed - Opened by Benjamin-Knight 13 days ago
#588 - Failing tests for TestSeedCustomSchema
Issue -
State: closed - Opened by Benjamin-Knight 13 days ago
- 1 comment
#587 - Update README.md
Pull Request -
State: open - Opened by NandanHegde15 23 days ago
#586 - add fix for malformed views
Pull Request -
State: closed - Opened by timestescrane about 1 month ago
- 1 comment
#585 - Malformed view names in tests
Issue -
State: open - Opened by timestescrane about 1 month ago
- 2 comments
#584 - dbt-sqlserver 1.8.x compatibility with SQL Server 2014
Issue -
State: closed - Opened by romiof about 1 month ago
- 4 comments
#583 - rows_affected in adapter response is 0 for incremental models
Issue -
State: open - Opened by unstoppable-allensun about 2 months ago
- 7 comments
#582 - Fix broken imports from Fabric
Pull Request -
State: closed - Opened by cody-scott about 2 months ago
- 1 comment
#581 - ImportError: cannot import name 'get_pyodbc_attrs_before' from 'dbt.adapters.fabric.fabric_connection_manager'
Issue -
State: closed - Opened by jasonwhitehouse-1 about 2 months ago
- 1 comment
#580 - Bump docker/build-push-action from 4.0.0 to 6.10.0
Pull Request -
State: open - Opened by dependabot[bot] about 2 months ago
Labels: dependencies, github_actions
#579 - [Bug] Column constraints (Primary Key, Foreign Keys, Checks, Unique) and Model constraints are not generated
Issue -
State: open - Opened by davikor 2 months ago
- 2 comments
#578 - [Bug] Creating nonclustered indexes in a SQL Server materialized table is resulting in an orphaned clustered columnstore index
Issue -
State: open - Opened by ianlcassidy 3 months ago
#577 - Incrementally Updating Partitions of a Table Without Locking Parent Table on Postgres
Issue -
State: open - Opened by magidandrew 3 months ago
- 1 comment
#576 - Update the derivation of the test view name
Pull Request -
State: open - Opened by Benjamin-Knight 3 months ago
- 11 comments
#575 - Tests fail due to collisions in view names
Issue -
State: open - Opened by Benjamin-Knight 3 months ago
#574 - Allow to use dbt-sqlserver without installing ODBC driver
Issue -
State: open - Opened by CharlesRngrd 3 months ago
#573 - 535 implement postgres style index creation
Pull Request -
State: open - Opened by axellpadilla 3 months ago
- 2 comments
#572 - Add dynamic column masking to tables
Issue -
State: open - Opened by cody-scott 3 months ago
Labels: enhancement
#572 - Add dynamic column masking to tables
Issue -
State: open - Opened by cody-scott 3 months ago
Labels: enhancement
#571 - Update publish-docker.yml
Pull Request -
State: closed - Opened by cody-scott 3 months ago
#571 - Update publish-docker.yml
Pull Request -
State: closed - Opened by cody-scott 3 months ago
#570 - Add python 3.12 to CI build
Issue -
State: closed - Opened by cody-scott 3 months ago
#570 - Add python 3.12 to CI build
Issue -
State: closed - Opened by cody-scott 3 months ago
#569 - Bump black from 24.8.0 to 24.10.0
Pull Request -
State: open - Opened by dependabot[bot] 4 months ago
Labels: dependencies, python
#568 - Update unit_tests.sql to replace square brackets with double quotes
Pull Request -
State: open - Opened by danakee 4 months ago
- 1 comment
#567 - Update tests.sql replace square brackets and "." between schema and view
Pull Request -
State: open - Opened by danakee 4 months ago
- 1 comment
#566 - Tests are failing with malformed SQL
Issue -
State: open - Opened by danakee 4 months ago
- 5 comments
#565 - Bump docker/build-push-action from 4.0.0 to 6.9.0
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 1 comment
Labels: dependencies, github_actions
#564 - Bump docker/build-push-action from 4.0.0 to 6.8.0
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 1 comment
Labels: dependencies, github_actions
#563 - fix to make drop_schema_name usable and test pass
Pull Request -
State: open - Opened by axellpadilla 4 months ago
#562 - set_sql_header and config.sql_header don't do anything.
Issue -
State: open - Opened by hanstwins 4 months ago
- 4 comments
#561 - 560 test code reporting error when test code uses ctes with line breaks after with keyword
Pull Request -
State: closed - Opened by cody-scott 4 months ago
#560 - Test code reporting error when test code uses CTEs with line breaks after "with" keyword
Issue -
State: closed - Opened by CamronBorealis 4 months ago
- 1 comment
#559 - Release 1.8.3
Pull Request -
State: closed - Opened by cody-scott 4 months ago
#558 - Release 1.8.3
Issue -
State: closed - Opened by cody-scott 4 months ago
#557 - Fix incorrect syntax near keyword 'as' in catalog creation
Pull Request -
State: closed - Opened by simonhoerdumbonde 4 months ago
#556 - Incorrect syntax near the keyword 'as' in creation of catalog
Issue -
State: closed - Opened by simonhoerdumbonde 4 months ago
- 3 comments
#555 - 1.8.2 Release PR
Pull Request -
State: closed - Opened by cody-scott 4 months ago
#554 - 1.8.2 Release
Issue -
State: closed - Opened by cody-scott 4 months ago
#553 - Restore nolock behaviour from 1.4.3
Issue -
State: closed - Opened by cody-scott 4 months ago
- 1 comment
#552 - Update dbt-tests-adapter requirement from <1.9.0,>=1.8.0 to >=1.8.0,<1.11.0
Pull Request -
State: open - Opened by dependabot[bot] 4 months ago
Labels: dependencies, python
#551 - Release for 1.8.1
Pull Request -
State: closed - Opened by cody-scott 4 months ago
#550 - updated create table logic for using proper dbt render
Pull Request -
State: closed - Opened by cody-scott 4 months ago
#549 - Error on table materialization when using non standard database names
Issue -
State: closed - Opened by lito1515 4 months ago
- 2 comments
#548 - added schedule to actions
Pull Request -
State: closed - Opened by cody-scott 4 months ago
#547 - Update Integration Test and Unit Test workflows to include a schedule
Issue -
State: closed - Opened by cody-scott 4 months ago
Labels: enhancement
#545 - Materialized Table do not Contain Columnstore Index
Issue -
State: closed - Opened by zcecc22 4 months ago
- 4 comments
#543 - 1.8.0 Release PR
Pull Request -
State: closed - Opened by cody-scott 5 months ago
#542 - 1.8.0 Release
Issue -
State: closed - Opened by cody-scott 5 months ago
#541 - 540 units tests not working as expected
Pull Request -
State: closed - Opened by cody-scott 5 months ago
- 1 comment
#540 - Units Tests not working as expected
Issue -
State: closed - Opened by cody-scott 5 months ago
- 1 comment
Labels: bug
#539 - Bump freezegun from 1.4.0 to 1.5.1
Pull Request -
State: open - Opened by dependabot[bot] 5 months ago
Labels: dependencies, python
#538 - Snapshots with check column `all` fails to translate to proper columns
Issue -
State: closed - Opened by cody-scott 5 months ago
- 1 comment
#538 - Snapshots with check column `all` fails to translate to proper columns
Issue -
State: closed - Opened by cody-scott 5 months ago
- 1 comment
#538 - Snapshots with check column `all` fails to translate to proper columns
Issue -
State: closed - Opened by cody-scott 5 months ago
- 1 comment
#537 - fixed logic for snapshot and added tests
Pull Request -
State: closed - Opened by cody-scott 5 months ago
#537 - fixed logic for snapshot and added tests
Pull Request -
State: closed - Opened by cody-scott 5 months ago
#537 - fixed logic for snapshot and added tests
Pull Request -
State: closed - Opened by cody-scott 5 months ago
#536 - Snapshots which target different databases do not materialize correctly
Issue -
State: closed - Opened by cody-scott 5 months ago
- 1 comment
Labels: bug
#536 - Snapshots which target different databases do not materialize correctly
Issue -
State: closed - Opened by cody-scott 5 months ago
- 1 comment
Labels: bug
#535 - Implement Postgres style index creation
Issue -
State: open - Opened by cody-scott 5 months ago
- 3 comments
Labels: enhancement
#534 - 1.8.0rc2 release
Pull Request -
State: closed - Opened by cody-scott 5 months ago
#534 - 1.8.0rc2 release
Pull Request -
State: closed - Opened by cody-scott 5 months ago
#533 - update application name to app
Pull Request -
State: closed - Opened by cody-scott 5 months ago
#533 - update application name to app
Pull Request -
State: closed - Opened by cody-scott 5 months ago
#532 - readded batch logic and included a test
Pull Request -
State: closed - Opened by cody-scott 5 months ago
#532 - readded batch logic and included a test
Pull Request -
State: closed - Opened by cody-scott 5 months ago
#531 - added incremental fix and validation test
Pull Request -
State: closed - Opened by cody-scott 5 months ago
#530 - Incremental Materializations not dropping `_dbt_tmp` tables after run
Issue -
State: closed - Opened by cody-scott 5 months ago
#530 - Incremental Materializations not dropping `_dbt_tmp` tables after run
Issue -
State: closed - Opened by cody-scott 5 months ago
#529 - Bump black from 24.2.0 to 24.8.0
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies, python
#528 - Update dbt-tests-adapter requirement from <1.9.0,>=1.8.0 to >=1.8.0,<1.10.0
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
- 1 comment
Labels: dependencies, python
#527 - Bump mypy from 1.8.0 to 1.11.2
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies, python
#526 - Bump actions/checkout from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies, github_actions
#525 - Bump actions/setup-python from 4 to 5
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies, github_actions
#524 - Bump docker/login-action from 2.1.0 to 3.3.0
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies, github_actions
#523 - Bump docker/build-push-action from 4.0.0 to 6.7.0
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
- 1 comment
Labels: dependencies, github_actions
#523 - Bump docker/build-push-action from 4.0.0 to 6.7.0
Pull Request -
State: open - Opened by dependabot[bot] 5 months ago
Labels: dependencies, github_actions
#522 - Create test for max batch size 2098
Issue -
State: closed - Opened by cody-scott 5 months ago
- 1 comment
#522 - Create test for max batch size 2098
Issue -
State: open - Opened by cody-scott 5 months ago
#521 - added test to validate swapping from table to view and view to table
Pull Request -
State: closed - Opened by cody-scott 5 months ago
#521 - added test to validate swapping from table to view and view to table
Pull Request -
State: open - Opened by cody-scott 5 months ago
#520 - Update drop all schemas to target only schemas of a table in a given index
Pull Request -
State: closed - Opened by cody-scott 5 months ago
#519 - Drop schema drops all indexes of same table name, not just single schemas table.
Issue -
State: open - Opened by cody-scott 5 months ago
#519 - Drop schema drops all indexes of same table name, not just single schemas table.
Issue -
State: closed - Opened by cody-scott 5 months ago
#518 - updated behaviour of custom tests using with statements
Pull Request -
State: closed - Opened by cody-scott 5 months ago
#517 - Incremental Materialization Problem in 1.7+
Issue -
State: open - Opened by cody-scott 5 months ago
Labels: bug, incremental models
#517 - Incremental Materialization Problem in 1.7+
Issue -
State: open - Opened by cody-scott 5 months ago
- 2 comments
Labels: bug, incremental models
#515 - PR for 1.8.0rc1
Pull Request -
State: closed - Opened by cody-scott 5 months ago
#514 - PR to run tests
Pull Request -
State: closed - Opened by schlich 5 months ago
#513 - DBT 1.8 and test coverage updates
Pull Request -
State: closed - Opened by cody-scott 5 months ago
- 7 comments
#511 - is this project still activelly developed?
Issue -
State: closed - Opened by sinia 6 months ago
- 6 comments
#510 - Environment variables are logged in plain text instead of obfuscated
Issue -
State: closed - Opened by MiConnell 6 months ago
#509 - error when changing model materialization from view to table
Issue -
State: closed - Opened by sinia 6 months ago
- 2 comments
#508 - Auth with SQL login produces invalid connection string
Issue -
State: closed - Opened by paulhan97 6 months ago
#507 - Query retry mechanism not working as expected for intermittent network issues
Issue -
State: open - Opened by ka-weihe 7 months ago
#506 - Dbt 18
Pull Request -
State: closed - Opened by axellpadilla 7 months ago
#506 - Dbt 18
Pull Request -
State: closed - Opened by axellpadilla 7 months ago
#505 - Upgrade to v1.8.0
Issue -
State: closed - Opened by axellpadilla 7 months ago
- 1 comment