Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-scott authored Sep 3, 2024
2 parents 4f95b12 + f98e74e commit e076f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/sqlserver/sqlserver_connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def open(cls, connection: Connection) -> Connection:

plugin_version = __version__.version
application_name = f"dbt-{credentials.type}/{plugin_version}"
con_str.append(f"Application Name={application_name}")
con_str.append(f"APP={application_name}")

con_str_concat = ";".join(con_str)

Expand Down

0 comments on commit e076f8c

Please sign in to comment.