Releases: z3z1ma/dbt-osmosis
Releases · z3z1ma/dbt-osmosis
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.2
v1.0.1
v0.14.0
Changes
See the CHANGELOG for a full list of changes.
Automatically detected changes:
- Support dbt-core 1.9 (#186) @syou6162
- Fuzzy matching on prefix provided by metadata (#185) @genkey6
- feat: Add output-to-lower Parameter (#184) @bkimjin
- Overwrite description when --catalog-file is specified (#182) @nijigen-plot
- fuzzy matching on column name for inheritance(snake_case to PascalCase) (#170) @kujira7
v0.13.2
Changes
See the CHANGELOG for a full list of changes.
Automatically detected changes:
- Fix: set ENV VARS as invocation context for dbt >= 1.8 (#165) @illia-yurtsiv-proxet
- Support char_length and numeric_precision options (#163) @kokorin
- Fix: missing macro context generator in adapter (#164) @kokorin
- Fix: occasional dead code in get_task (#162) @kokorin
- Test DbtYamlManager (#160) @kokorin