Skip to content

Bump dbt from 0.17.2 to 0.19.2#85

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2021

Copy link
Copy Markdown
Contributor

Bumps dbt from 0.17.2 to 0.19.2.

Release notes

Sourced from dbt's releases.

dbt 0.19.2

Breaking changes

  • Fix adapter.dispatch macro resolution when statically extracting macros. Introduce new project-level dispatch config. The packages argument to dispatch no longer supports macro calls; there is backwards compatibility for existing packages. The argument will no longer be supported in a future release, instead provide the macro_namespace argument. (#3362, #3363, #3383, #3403)

Fixes

  • Ensure that schema test macros are properly processed (#3229, #3272)
  • Fix regression for default project/database for BigQuery connections (#3218, #3305)
  • Fix references to macros with package names when rendering schema tests (#3324, #3345)
  • Fix infinite recursion when parsing schema tests due to loops in macro calls (#3444, #3454)

dbt 0.19.2rc2

A second release candidate for v0.19.2.

Breaking changes

  • Fix adapter.dispatch macro resolution when statically extracting macros. Introduce new project-level dispatch config. The packages argument to dispatch no longer supports macro calls; there is backwards compatibility for existing packages. The argument will no longer be supported in a future release, instead provide the macro_namespace argument. (#3362, #3363, #3383, #3403)

Fixes

  • Fix references to macros with package names when rendering schema tests (#3324, #3345)

dbt 0.19.2rc1

An initial release candidate for v0.19.2.

Fixes

  • Ensure that schema test macros are properly processed (#3229, #3272)
  • Fix regression for default project/database for BigQuery connections (#3218, #3305)

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:

... (truncated)

Changelog

Sourced from dbt's changelog.

dbt 0.19.2 (Release TBD)

Breaking changes

  • Fix adapter.dispatch macro resolution when statically extracting macros. Introduce new project-level dispatch config. The packages argument to dispatch no longer supports macro calls; there is backwards compatibility for existing packages. The argument will no longer be supported in a future release, instead provide the macro_namespace argument. (#3362, #3363, #3383, #3403)

Fixes

  • Fix references to macros with package names when rendering schema tests (#3324, #3345)

dbt 0.19.1 (March 31, 2021)

dbt 0.19.1rc2 (March 25, 2021)

Fixes

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

Contributors:

dbt 0.19.1rc1 (March 15, 2021)

Under the hood

  • 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)

Fixes

  • Fix compiled sql for ephemeral models (#3139, #3056)

dbt 0.19.1b2 (February 15, 2021)

dbt 0.19.1b1 (February 12, 2021)

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)

Contributors:

dbt 0.19.0 (January 27, 2021)

dbt 0.19.0rc3 (January 27, 2021)

Under the hood

... (truncated)

Commits
  • 745ae3e Merge remote-tracking branch 'origin/releases/0.19.2' into 0.19.latest
  • 4ee41c9 Release dbt v0.19.2
  • c662e46 Fix macro depends_on recursion error when macros call themselves (dbt_utils.d...
  • 0fd7324 Merge remote-tracking branch 'origin/releases/0.19.2rc2' into 0.19.latest
  • 96d89d3 Release dbt v0.19.2rc2
  • c409492 Call out breaking change to dispatch in changelog [skip ci]
  • c432601 Hard code dispatch namespaces for fivetran_utils? (#3403)
  • 9a5a051 Fix statically extracting macro calls for macro.depends_on.macros to be (#3363)
  • a14b710 Merge pull request #3352 from fishtown-analytics/fix/rs-generate-doc-int-test
  • baeab71 fix expected redshift stats (I think the possible values for the svv_table_in...
  • 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.19.2.
- [Release notes](https://github.com/fishtown-analytics/dbt/releases)
- [Changelog](https://github.com/fishtown-analytics/dbt/blob/develop/CHANGELOG.md)
- [Commits](dbt-labs/dbt-core@v0.17.2...v0.19.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 Jun 29, 2021
@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #88.

@dependabot dependabot Bot closed this Jul 13, 2021
@dependabot dependabot Bot deleted the dependabot/pip/dbt-0.19.2 branch July 13, 2021 08:02
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