We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b8174 commit 6d22fbbCopy full SHA for 6d22fbb
tests/functional/adapter/test_docs.py
@@ -19,7 +19,7 @@ class TestDocsGenerateSynapse(BaseDocsGenerate):
19
def expected_catalog(self, project):
20
return base_expected_catalog(
21
project,
22
- role="dbttestuser",
+ role="dbt-synapse-ci",
23
id_type="int",
24
text_type="varchar",
25
time_type="datetime2",
@@ -34,7 +34,7 @@ class TestDocsGenReferencesSynapse(BaseDocsGenReferences):
34
35
return expected_references_catalog(
36
37
38
39
40
0 commit comments