Skip to content

Commit

Permalink
added query comment
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs committed Nov 28, 2023
1 parent 66d5fe7 commit 0384dc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbt/adapters/fabric/fabric_connection_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ def data_type_code_to_name(cls, type_code: Union[str, str]) -> str:
def execute(
self, sql: str, auto_begin: bool = True, fetch: bool = False, limit: Optional[int] = None
) -> Tuple[AdapterResponse, agate.Table]:
sql = self._add_query_comment(sql)
_, cursor = self.add_query(sql, auto_begin)
response = self.get_response(cursor)
if fetch:
Expand Down

0 comments on commit 0384dc4

Please sign in to comment.