Dbt-bouncer

Latest version: v1.10.1

Safety actively analyzes 714815 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 17

0.18.1

Not secure
What's Changed
* Cleanup and allow GH Action to save results by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/137


**Full Changelog**: https://github.com/godatadriven/dbt-bouncer/compare/v0.18.0...v0.18.1

0.18.0

Not secure
What's Changed
* Better error message by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/120
* Loggin html_url to ease navigating by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/121
* Adding issue templates by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/122
* Adding PR template by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/123
* Adding a security policy by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/124
* Adding code of conduct by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/125
* Adding a contributing guide by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/126
* Correcting command in guide by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/127
* Adding checks for yml file names by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/128
* Add dbt-checkpoint checks by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/129
* Standardise make commands to use hyphens by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/130
* Better path handling by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/131
* Adding option to save output to json file by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/132
* Add check to require specified columns to have specified test by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/136
* Bump pex from 2.14.1 to 2.16.1 by dependabot in https://github.com/godatadriven/dbt-bouncer/pull/135
* Bump dbt-core from 1.8.4 to 1.8.5 by dependabot in https://github.com/godatadriven/dbt-bouncer/pull/133
* Bump pyyaml from 6.0.1 to 6.0.2 by dependabot in https://github.com/godatadriven/dbt-bouncer/pull/134


**Full Changelog**: https://github.com/godatadriven/dbt-bouncer/compare/v0.17.1...v0.18.0

0.17.1

Not secure
What's Changed
* Better errror message for exposures check by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/119


**Full Changelog**: https://github.com/godatadriven/dbt-bouncer/compare/v0.17.0...v0.17.1

0.17.0

Not secure
What's Changed
* Remove superfluous logging by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/93
* Update docs with recent checks by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/94
* testing changes by cobac in https://github.com/godatadriven/dbt-bouncer/pull/95
* Dynamically importing Check classes by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/97
* Making column name check flexible by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/98
* Adding check on bytes billed by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/99
* Adding a check for model access by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/100
* Switching to model_dump_json for models by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/101
* Correcting doc typo by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/102
* Allow catalog and run_result objects use path by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/103
* Add checks for lineage by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/104
* Tiny typo by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/105
* Adding check to envorce uniqueness test on models by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/106
* Add check match code by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/107
* Refactoring directories check to be more flexible by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/108
* Correcting change of check name by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/112
* Bump pex from 2.12.1 to 2.14.1 by dependabot in https://github.com/godatadriven/dbt-bouncer/pull/109
* Bump black from 24.4.2 to 24.8.0 by dependabot in https://github.com/godatadriven/dbt-bouncer/pull/110
* Bump mypy from 1.11.0 to 1.11.1 by dependabot in https://github.com/godatadriven/dbt-bouncer/pull/111
* Adding check so that sources are only ref'd by one model by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/113
* Expand check to macros by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/114
* Adding check for orphaned sources by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/115
* Adding check for model meta keys by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/116
* Add check source name by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/117
* Adding checks to be equivalent to dbt-project-evaluator by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/118


**Full Changelog**: https://github.com/godatadriven/dbt-bouncer/compare/v0.16.0...v0.17.0

0.16.0

Not secure
What's Changed
* Adding check based on run_results.json by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/92


**Full Changelog**: https://github.com/godatadriven/dbt-bouncer/compare/v0.15.0...v0.16.0

0.15.0

Not secure
What's Changed
* Properly allow prereleases by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/89
* Standardise artifects input casing by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/90
* Add catalog check by pgoslatara in https://github.com/godatadriven/dbt-bouncer/pull/91


**Full Changelog**: https://github.com/godatadriven/dbt-bouncer/compare/v0.14.8a1...v0.15.0

Page 10 of 17

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.