Skip to content

Commit 03e16e6

Browse files
committed
update application name to app
1 parent 024e202 commit 03e16e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt/adapters/sqlserver/sqlserver_connections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def open(cls, connection: Connection) -> Connection:
130130

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

135135
con_str_concat = ";".join(con_str)
136136

0 commit comments

Comments
 (0)