🚨 Breaking changes
- This package now requires dbt v0.20.0 and dbt-utils v0.7.0. dbt v0.20.0rc2 is currently available as a release candidate. If you are not ready to upgrade, consider using a previous version of this package.
- This package depends on
dbt-labs/dbt_utils
. If the latest version of another installed package depends onfishtown-analytics/dbt_utils
, you'll need to wait to upgrade. See discourse for details.
Features
- Add optional
leading_commas
arg togenerate_base_model
(#41 @jaypeedevlin) - Add optional
include_descriptions
arg togenerate_source
(#40 @djbelknapdbs)
Fixes
- In the
generate_source
macro, usedbt_utils.get_relations_by_pattern
instead ofget_relations_by_prefix
, since the latter will be deprecated in the future (#42)
Under the hood
- Use new adapter.dispatch syntax (#44)