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