Skip to content

Bump dbt from 0.17.2 to 0.19.1#61

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2021

Bumps dbt from 0.17.2 to 0.19.1.

Release notes

Sourced from dbt's releases.

dbt 0.19.1

Fixes

  • On BigQuery, fix regressions for insert_overwrite incremental strategy with int64 and timestamp partition columns (#3063, #3095, #3098)
  • Fix compiled sql for ephemeral models (#3139, #3056)
  • Pass service-account scopes to gcloud-based oauth (#3040, #3041)

Under the hood

  • Bump werkzeug upper bound dependency to <v2.0 (#3011)
  • Performance fixes for many different things (#2862, #3034)
  • Update code to use Mashumaro 2.0 (#3138)
  • Pin agate<1.6.2 to avoid installation errors relating to its new dependency PyICU (#3160, #3161)
  • Add an event to track resource counts (#3050, #3157)

Contributors:

dbt 0.19.1rc2

A second release candidate for v0.19.1.

Fixes

  • Pass service-account scopes to gcloud-based oauth (#3040, #3041)

Contributors:

dbt 0.19.1rc1

An initial release candiate for v0.19.1.

dbt 0.19.1b2

A second beta release of v0.19.1.

dbt 0.19.0

Links:

Breaking changes

  • The format for sources.json, run-results.json, manifest.json, and catalog.json has changed:
    • Each now has a common metadata dictionary (#2761, #2778). The contents include: schema and dbt versions (#2670, #2767); invocation_id (#2763, #2784); custom environment variables prefixed with DBT_ENV_CUSTOM_ENV_ (#2764, #2785); cli and rpc arguments in the run_results.json (#2510, #2813).
    • Remove injected_sql from manifest nodes, use compiled_sql instead (#2762, #2834)
  • Defer if and only if upstream reference does not exist in current environment namespace (#2909, #2946)
  • Rationalize run result status reporting and clean up artifact schema (#2493, #2943)
  • Add adapter specific query execution info to run results and source freshness results artifacts. Statement call blocks return response instead of status, and the adapter method get_status is now get_response (#2747, #2961)

Deprecations

  • Removed support for config-version: 1 of dbt_project.yml, which was deprecated in v0.17.0. Use config-version: 2 in all projects and installed packages.

... (truncated)

Changelog

Sourced from dbt's changelog.

dbt 0.19.1 (Release TBD)

Fixes

  • On BigQuery, fix regressions for insert_overwrite incremental strategy with int64 and timestamp partition columns (#3063, #3095, #3098)

Under the hood

  • Bump werkzeug upper bound dependency to <v2.0 (#3011)
  • Performance fixes for many different things (#2862, #3034)
  • Update code to use Mashumaro 2.0 (#3138)
  • Add an event to track resource counts (#3050, #3156)
  • Pin agate<1.6.2 to avoid installation errors relating to its new dependency PyICU (#3160, #3161)

Contributors:

dbt 0.19.0 (January 27, 2021)

dbt 0.19.0rc3 (January 27, 2021)

Under the hood

  • Cleanup docker resources, use single docker/Dockerfile for publishing dbt as a docker image (dbt-release#3, #3019)

dbt 0.19.0rc2 (January 14, 2021)

Fixes

  • Fix regression with defining exposures and other resources with the same name (#2969, #3009)
  • Remove ellipses printed while parsing (#2971, #2996)

Under the hood

  • Rewrite macro for snapshot_merge_sql to make compatible with other SQL dialects (#3003
  • Rewrite logic in snapshot_check_strategy() to make compatible with other SQL dialects (#3000, #3001)
  • Remove version restrictions on botocore (#3006)
  • Include exposures in start-of-invocation stdout summary: Found ... (#3007, #3008)

Contributors:

dbt 0.19.0rc1 (December 29, 2020)

Breaking changes

  • Defer if and only if upstream reference does not exist in current environment namespace (#2909, #2946)
  • Rationalize run result status reporting and clean up artifact schema (#2493, #2943)
  • Add adapter specific query execution info to run results and source freshness results artifacts. Statement call blocks return response instead of status, and the adapter method get_status is now get_response (#2747, #2961)

Features

... (truncated)

Commits
  • 1edb8a6 Merge remote-tracking branch 'origin/releases/0.19.1' into 0.19.latest
  • 2e7d700 Release dbt v0.19.1
  • 908b275 Merge remote-tracking branch 'origin/releases/0.19.1rc2' into 0.19.latest
  • 116fe42 Release dbt v0.19.1rc2
  • ec907b4 Add Changelog entry for 3041. Small edits
  • b55d461 Pass the default scopes to the default BigQuery credentials
  • 841b211 Merge remote-tracking branch 'origin/releases/0.19.1rc1' into 0.19.latest
  • 114fc0e Release dbt v0.19.1rc1
  • 21c6294 Merge pull request #3139 from fishtown-analytics/fix/ephemeral-compile-sql
  • cc9472d Pin agate>=1.6,<1.6.2 to fix installation
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/dbt-0.19.1 branch from 017ac60 to 8e66ceb Compare June 21, 2021 14:11
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 29, 2021

Superseded by #85.

@dependabot dependabot bot closed this Jun 29, 2021
@dependabot dependabot bot deleted the dependabot/pip/dbt-0.19.1 branch June 29, 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