Skip to content

Commit

Permalink
Update python/adbc_driver_snowflake/adbc_driver_snowflake/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Li <[email protected]>
  • Loading branch information
zeroshade and lidavidm authored Feb 7, 2024
1 parent e97faff commit 7d82a57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def connect(
kwargs["uri"] = uri
appname = kwargs.get(DatabaseOptions.APPLICATION_NAME.value, "")
kwargs[DatabaseOptions.APPLICATION_NAME.value] = (
f"[ADBC][Python-{__version__}]" + appname
f"[ADBC][Python-{__version__}]{appname}"
)
return adbc_driver_manager.AdbcDatabase(driver=_driver_path(), **kwargs)

Expand Down

0 comments on commit 7d82a57

Please sign in to comment.