Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better dbt packages version logging to aid in upgrading outdated pack…
…ages (#3759) * start blueprinting changes * extend registry handler for latest package version * conditional logging for latest version * remove todo * add conditional logging * Upgrades is clearer * update if elif conditions and log msg * remove TODO * fix flake8 errors * blueprint unit tests * conditions specific to hub registry * 1 passing test for get latest version * DRY method calls * move version latest to hub only * add a new line * remove other draft tests * update changelog * update log language for clarity * pass flake8 * fix changelog * Update test/unit/test_deps.py Co-authored-by: Jeremy Cohen <jeremy@fishtownanalytics.com> * update changelog * remove hub language * sort for latest version and include prereleases * fix flake8 * resolves another issue * fix prerelease string formatting * fix broken test * update logging to past tense * built-in version sorting * handle prereleases for latest version checks * get version latest unit test based on prerelease * update unit test for sorting functionality * consistent test names * fix flake8 * clean up contributors list * simplify if else logic Co-authored-by: Jeremy Cohen <jeremy@fishtownanalytics.com> automatic commit by git-black, original commits: 51a76d0
- Loading branch information