Skip to content

Commit

Permalink
updated DepsStartPackageInstall event to use package name (#4482)
Browse files Browse the repository at this point in the history
* updated event to user package name

* add changelog

automatic commit by git-black, original commits:
  51f2daf
  • Loading branch information
emmyoop authored and iknox-fa committed Feb 8, 2022
1 parent 01d7813 commit c736503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/events/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -2534,7 +2534,7 @@ def message(self) -> str:
FinishedCleanPaths()
OpenCommand(open_cmd="", profiles_dir="")
DepsNoPackagesFound()
DepsStartPackageInstall(package_name='')
DepsStartPackageInstall(package_name="")
DepsInstallInfo(version_name="")
DepsUpdateAvailable(version_latest="")
DepsListSubdirectory(subdirectory="")
Expand Down

0 comments on commit c736503

Please sign in to comment.