Skip to content

Commit c9f910b

Browse files
Remove a few more references to fabric and a readme that is no longer required.
1 parent 073d0b2 commit c9f910b

File tree

3 files changed

+4
-60
lines changed

3 files changed

+4
-60
lines changed

dbt/include/sqlserver/macros/readme.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

tests/functional/adapter/dbt/test_list_relations_without_caching.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ def macros(self):
9696
"validate_list_relations_without_caching.sql": VALIDATE_LIST_RELATIONS_MACRO,
9797
}
9898

99-
def test__fabric__list_relations_without_caching(self, project):
99+
def test__sqlserver__list_relations_without_caching(self, project):
100100
"""
101-
validates that fabric__list_relations_without_caching
101+
validates that sqlserver__list_relations_without_caching
102102
macro returns a single record
103103
"""
104104
run_dbt(["run", "-s", "my_model_base"])
@@ -136,7 +136,7 @@ def macros(self):
136136
"validate_list_relations_without_caching.sql": VALIDATE_LIST_RELATIONS_MACRO,
137137
}
138138

139-
def test__fabric__list_relations_without_caching(self, project):
139+
def test_sqlserver__list_relations_without_caching(self, project):
140140
# purpose of the first run is to create the replicated views in the target schema
141141
run_dbt(["run"])
142142

tests/functional/adapter/dbt/test_utils.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,7 @@ class TestConcat(BaseConcat):
105105
pass
106106

107107

108-
@pytest.mark.skip(
109-
reason="Only should implement Aware or Naive. Opted for Naive to align with fabric."
110-
)
108+
@pytest.mark.skip(reason="Only should implement Aware or Naive. Opted for Naive.")
111109
class TestCurrentTimestampAware(BaseCurrentTimestampAware):
112110
pass
113111

0 commit comments

Comments
 (0)