Skip to content

Bump dbt from 0.17.2 to 0.20.2#95

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/dbt-0.20.2
Closed

Bump dbt from 0.17.2 to 0.20.2#95
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/dbt-0.20.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2021

Bumps dbt from 0.17.2 to 0.20.2.

Release notes

Sourced from dbt's releases.

dbt 0.20.2

Fixes

  • Fix issue when running the deps task after the list task in the RPC server (#3846, #3848)
  • Fix bug with initializing a dataclass that inherits from typing.Protocol, specifically for dbt.config.profile.Profile (#3843, #3855)
  • Avoid caching schemas for tests when store_failures is not enabled (#3715, #3716)
  • Fix bug in finding analysis nodes when applying analysis patch (#3764, #3767)
  • Rewrite built-in generic tests to support column_name expressions (#3790, #3811)
  • Check for existence of test node when removing. (#3711, #3750)

Under the hood

  • Get more information on partial parsing version mismatches (#3757, #3758)
  • Use GitHub Actions for CI (#3688, #3669)
  • Switch to full reparse on partial parsing exceptions. Log and report exception information. (#3725, #3733)
  • Check for existence of test node when removing. (#3711, #3750)
  • Better error handling for BigQuery job labels that are too long. #3703

Contributors:

dbt 0.20.2rc2

A second release candidate for v0.20.2.

Under the hood

  • Better error handling for BigQuery job labels that are too long. (#3612, #3703)
  • Get more information on partial parsing version mismatches (#3757, #3758)

Fixes

  • Avoid caching schemas for tests when store_failures is not enabled (#3715, #3716)
  • Fix bug in finding analysis nodes when applying analysis patch (#3764, #3767)
  • Rewrite built-in generic tests to support column_name expressions (#3790, #3811)

Contributors:

dbt 0.20.2rc1

An initial release candidate for v0.20.2.

Under the hood

  • Switch to full reparse on partial parsing exceptions. Log and report exception information. (#3725, #3733)
  • Check for existence of test node when removing. (#3711, #3750)

dbt 0.20.1

Features

  • Adds install-prerelease parameter to hub packages in packages.yml. When set to True, allows prerelease packages to be installed. By default, this parameter is False unless explicitly set to True.

Fixes

  • Fix config merge behavior with experimental parser 3637
  • Fix exception on yml files with all comments 3568
  • Fix store_failures config when defined as a modifier for unique and not_null tests (#3575, #3577)
  • Fix where config with relationships test by refactoring test SQL. Note: The default relationships test now includes CTEs, and may need reimplementing on adapters that don't support CTEs nested inside subqueries. (#3579, #3583)

... (truncated)

Changelog

Sourced from dbt's changelog.

dbt 0.20.2 (Release TBD)

Under the hood

  • Better error handling for BigQuery job labels that are too long. (#3612, #3703)
  • Get more information on partial parsing version mismatches (#3757, #3758)

Fixes

  • Fix bug in finding analysis nodes when applying analysis patch (#3764, #3767)
  • Rewrite built-in generic tests to support column_name expressions (#3790, #3811)

Contributors:

dbt 0.20.2rc1 (August 16, 2021)

Under the hood

  • Switch to full reparse on partial parsing exceptions. Log and report exception information. (#3725, #3733)
  • Check for existence of test node when removing. (#3711, #3750)

dbt 0.20.1 (August 11, 2021)

dbt 0.20.1rc1 (August 02, 2021)

Features

  • Adds install-prerelease parameter to hub packages in packages.yml. When set to True, allows prerelease packages to be installed. By default, this parameter is False unless explicitly set to True.

Fixes

  • Fix config merge behavior with experimental parser 3637
  • Fix exception on yml files with all comments 3568
  • Fix store_failures config when defined as a modifier for unique and not_null tests (#3575, #3577)
  • Fix where config with relationships test by refactoring test SQL. Note: The default relationships test now includes CTEs, and may need reimplementing on adapters that don't support CTEs nested inside subqueries. (#3579, #3583)
  • Partial parsing: don't reprocess SQL file already scheduled (#3589, #3620)
  • Handle interator functions in model config (#3573)
  • Partial parsing: fix error after changing empty yaml file (#3567, #3618)
  • Partial parsing: handle source tests when changing test macro (#3584, #3620)
  • Fix dbt deps version comparison logic which was causing incorrect pre-release package versions to be installed. (#3578, #3609)
  • Partial parsing: schedule new macro file for parsing when macro patching (#3627, #3627)
  • Use SchemaParser's render context to render test configs in order to support var() configured at the project level and passed in from the cli (#3564. #3646)
  • Partial parsing: check unique_ids when recursively removing macros (#3636)

Docs

  • Fix docs site crash if relationships test has one dependency instead of two (docs#207, (docs#208))

... (truncated)

Commits
  • 733f35f Merge remote-tracking branch 'origin/releases/0.20.2' into 0.20.latest
  • 16cb896 Release dbt v0.20.2
  • b0ef30d explicitly define init for Profile class (#3863)
  • 91b93bc Only set single_threaded for the rpc list task, not the cli list task (#3854)
  • 7751295 Merge remote-tracking branch 'origin/releases/0.20.2rc2' into 0.20.latest
  • 213e9c4 Release dbt v0.20.2rc2
  • 29d2c98 Rewrite generic tests to support column expressions (#3812) (#3822)
  • 3cd8711 Use is_relational check for schema caching (#3716) (#3809)
  • 41b9194 fix sub dupe dep test (#3807)
  • 09ece84 Moving CI to GitHub actions (#3669) (#3800)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dbt](https://github.com/fishtown-analytics/dbt) from 0.17.2 to 0.20.2.
- [Release notes](https://github.com/fishtown-analytics/dbt/releases)
- [Changelog](https://github.com/dbt-labs/dbt/blob/develop/CHANGELOG.md)
- [Commits](dbt-labs/dbt-core@v0.17.2...v0.20.2)

---
updated-dependencies:
- dependency-name: dbt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 8, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 5, 2021

Superseded by #98.

@dependabot dependabot bot closed this Oct 5, 2021
@dependabot dependabot bot deleted the dependabot/pip/dbt-0.20.2 branch October 5, 2021 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants