Summary
This release introduces some net new functionality:
- Test for mutually exclusive ranges (#166)
- Test for unique combination of columns (#177)
get_query_results_as_dict
macro (originally referred to asfetch
macro) (#160 @ChrisLawliss)- Width bucket macro (#179 @clausherther)
It also includes some quality of life improvements
- Documentation improvements (#164 @louisguitton, #170)
- Whitespace clean ups 🙏 (#174 @ltchikindas, #176 @mjumbewu)
- Use getdate instead of current_timestamp on Redshift (#171 @tjengel)
- Replace references to tables with relations (#178)
Heads up!
This release replaces the get_tables_by_prefix
and union_tables
macros. These macros will be deprecated in a future release of this package. We recommend you use the get_relations_by_prefix
and union_relations
macros instead.
🎉 Contributors: 🎉
Thanks to our community members who contributed to this release!