Skip to content

Commit

Permalink
revert to OG quote char
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Feb 17, 2021
1 parent 8d5f219 commit 5267d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/sqlserver/relation.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ class SQLServerIncludePolicy(Policy):
@dataclass(frozen=True, eq=False, repr=False)
class SQLServerRelation(BaseRelation):
include_policy: SQLServerIncludePolicy = SQLServerIncludePolicy()
quote_character: str = '"'
quote_character: str = '\''

0 comments on commit 5267d23

Please sign in to comment.