Skip to content

Bump dbt from 0.17.2 to 0.21.1#104

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/dbt-0.21.1
Closed

Bump dbt from 0.17.2 to 0.21.1#104
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/dbt-0.21.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 30, 2021

Copy link
Copy Markdown
Contributor

Bumps dbt from 0.17.2 to 0.21.1.

Release notes

Sourced from dbt's releases.

dbt 0.21.1

Fixes

  • Performance: Use child_map to find tests for nodes in resolve_graph (#4012, #4057)
  • Switch unique_field from abstractproperty to optional property. Add docstring (#4025, #4028)
  • Fix multiple partial parsing errors (#3996, #4020)
  • Include only relational nodes in database_schema_set (#4063, #4077)
  • Fixed bug with error_if test option (#4070)
  • Added support for tests on databases that lack real boolean types. (#4084)
  • Prefer macros defined in the project over the ones in a package by default (#4106, #4114)
  • Scrub secrets coming from CommandErrors so they don't get exposed in logs. (#4138)
  • Syntax fix in alter_relation_add_remove_columns if only removing columns in on_schema_change: sync_all_columns (#4147)
  • Increase performance of graph subset selection (#4135,#4155)
  • Add downstream test edges for build task only. Restore previous graph construction, compilation performance, and node selection behavior (test+) for all other tasks (#4135, #4143)
  • Don't require a strict/proper subset when adding testing edges to specialized graph for build (#4158, #4158)
  • Capping google-api-core to version 1.31.3 due to protobuf dependency conflict (#4192)
  • Add get_where_subquery to test macro namespace, fixing custom generic tests that rely on introspecting the model arg at parse time (#4195, #4197)

Contributors

dbt 0.21.1rc2

A second release candidate for v0.21.1.

Fixes

  • Add get_where_subquery to test macro namespace, fixing custom generic tests that rely on introspecting the model arg at parse time (#4195, #4197)

dbt 0.21.1rc1

An initial release candidate for v0.21.1.

Fixes

  • Performance: Use child_map to find tests for nodes in resolve_graph (#4012, #4057)
  • Switch unique_field from abstractproperty to optional property. Add docstring (#4025, #4028)
  • Fix multiple partial parsing errors (#3996, #4020)
  • Include only relational nodes in database_schema_set (#4063, #4077)
  • Fixed bug with error_if test option (#4070)
  • Added support for tests on databases that lack real boolean types. (#4084)
  • Prefer macros defined in the project over the ones in a package by default (#4106, #4114)
  • Scrub secrets coming from CommandErrors so they don't get exposed in logs. (#4138)
  • Syntax fix in alter_relation_add_remove_columns if only removing columns in on_schema_change: sync_all_columns (#4147)
  • Increase performance of graph subset selection (#4135,#4155)
  • Add downstream test edges for build task only. Restore previous graph construction, compilation performance, and node selection behavior (test+) for all other tasks (#4135, #4143)
  • Don't require a strict/proper subset when adding testing edges to specialized graph for build (#4158, #4158)
  • Capping google-api-core to version 1.31.3 due to protobuf dependency conflict (#4192)

Contributors:

dbt 0.21.0

... (truncated)

Changelog

Sourced from dbt's changelog.

dbt 0.21.1 (Release TBD)

Fixes

  • Add get_where_subquery to test macro namespace, fixing custom generic tests that rely on introspecting the model arg at parse time (#4195, #4197)

dbt 0.21.1rc1 (November 03, 2021)

Fixes

  • Performance: Use child_map to find tests for nodes in resolve_graph (#4012, #4022)
  • Switch unique_field from abstractproperty to optional property. Add docstring (#4025, #4028)
  • Include only relational nodes in database_schema_set (#4063, #4077)
  • Added support for tests on databases that lack real boolean types. (#4084)
  • Scrub secrets coming from CommandErrors so they don't get exposed in logs. (#4138)
  • Syntax fix in alter_relation_add_remove_columns if only removing columns in on_schema_change: sync_all_columns (#4147)
  • Increase performance of graph subset selection (#4135,#4155)
  • Add downstream test edges for build task only. Restore previous graph construction, compilation performance, and node selection behavior (test+) for all other tasks (#4135, #4143)
  • Don't require a strict/proper subset when adding testing edges to specialized graph for build (#4158, #4158)

Contributors:

dbt 0.21.0 (October 04, 2021)

dbt 0.21.0rc2 (September 27, 2021)

Fixes

  • Fix batching for large seeds on Snowflake (#3941, #3942)
  • Avoid infinite recursion in state:modified.macros check (#3904, #3957)
  • Cast log messages to strings before scrubbing of prefixed env vars (#3971, #3972)

Under the hood

  • Bump artifact schema versions for 0.21.0 (#3945)

dbt 0.21.0rc1 (September 20, 2021)

Features

  • Experimental parser now detects macro overrides of ref, source, and config builtins. (#3581, #3582)
  • Add connect_timeout profile configuration for Postgres and Redshift adapters. (#3581, #3582)
  • Enhance BigQuery copy materialization (#3570, #3606):
    • to simplify config (default usage of copy_materialization='table' if is is not found in global or local config)
    • to let copy several source tables into single target table at a time. (Google doc reference)
  • Customize ls task JSON output by adding new flag --output-keys (#3778, #3395)
  • Add support for execution project on BigQuery through profile configuration (#3707, #3708)
  • Skip downstream nodes during the build task when a test fails. (#3597, #3792)
  • Added default field in the selectors.yml to allow user to define default selector (#3448, #3875, #3892)
  • Added timing and thread information to sources.json artifact (#3804, #3894)
  • Update cli and rpc flags for the build task to align with other commands (--resource-type, --store-failures) (#3596, #3884)
  • Log tests that are not indirectly selected. Add --greedy flag to test, list, build and greedy property in yaml selectors (#3723, #3833)

... (truncated)

Commits

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/dbt-labs/dbt) from 0.17.2 to 0.21.1.
- [Release notes](https://github.com/dbt-labs/dbt/releases)
- [Changelog](https://github.com/dbt-labs/dbt-core/blob/main/CHANGELOG.md)
- [Commits](dbt-labs/dbt-core@v0.17.2...v0.21.1)

---
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 Nov 30, 2021
@dependabot @github

dependabot Bot commented on behalf of github Dec 7, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #105.

@dependabot dependabot Bot closed this Dec 7, 2021
@dependabot dependabot Bot deleted the dependabot/pip/dbt-0.21.1 branch December 7, 2021 08:04
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