dbt-core 1.3.0-b2 - August 29, 2022
Features
- Add
--defer
flag to dbt compile & dbt docs generate (#4110, #4514) - use MethodName.File when value ends with .csv (#5578, #5581)
- Make
docs
configurable indbt_project.yml
and add anode_color
attribute to change the color of nodes in the DAG (#5333, #5397) - Adding ResolvedMetricReference helper functions and tests (#5567, #5607)
- Check dbt-core version requirements when installing Hub packages (#5648, #5651)
Fixes
- Remove the default 256 characters limit on postgres character varying type when no limitation is set (#5238, #5292)
- Include schema file config in unrendered_config (#5338, #5344)
- Resolves #5351 - Do not consider shorter varchar cols as schema changes (#5351, #5395)
- on_shchma_change fail verbosity enhancement (#5504, #5505)
- Fix error rendering docs block in metrics description (#5585, #5603)
- Extended validations for the project names (#5379, #5620)
- Use sys.exit instead of exit (#5621, #5627)
- Finishing logic upgrade to Redshift for name truncation collisions. (#5586, #5656)
- multiple args for ref and source (#5634, #5635)
- Fix Unexpected behavior when chaining methods on dbt-ref'ed/sourced dataframes (#5646, #5677)
Docs
- Leverages
docs.node_color
fromdbt-core
to color nodes in the DAG (dbt-docs/#44, dbt-docs/#281)
Under the Hood
- Save use of default env vars to manifest to enable partial parsing in those cases. (#5155, #5589)
- add more information to log line interop test failures (#5658, #5659)
- Add supported languages to materializations (#5569, #5695)
Dependency
- Bump python from 3.10.5-slim-bullseye to 3.10.6-slim-bullseye in /docker (#4904, #5623)
- Bump mashumaro[msgpack] from 3.0.3 to 3.0.4 in /core (#4904, #5649)