Skip to content

Bump dbt from 0.17.2 to 0.18.1#42

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 16, 2020

Copy link
Copy Markdown
Contributor

Bumps dbt from 0.17.2 to 0.18.1.

Release notes

Sourced from dbt's releases.

dbt 0.18.1

Features

  • Specify all three logging levels (INFO, WARNING, ERROR) in result logs for commands test, seed, run, snapshot and source snapshot-freshness (#2680, #2723)
  • Added "exposures" (#2730, #2752, #2777)
  • Added 'Last Modified' stat in snowflake catalog macro. Now should be available in docs. (#2728)
  • Added retry support for rateLimitExceeded error from BigQuery, (#2795, #2796)

Fixes

  • dbt compile and dbt run failed with KeyError: 'endpoint_resolver' when threads > 1 and method: iam had been specified in the profiles.yaml (#2756, #2766)
  • Fix Redshift adapter to include columns from external tables when using the get_columns_in_relation macro (#2753, #2754)

Docs

Under the hood

  • If column config says quote, use quoting in SQL for adding a comment. (#2539, #2733)
  • Added support for running docker-based tests under Linux. (#2739)
  • Require extra snowflake-connector-python[secure-local-storage] on all dbt-snowflake installations (#2779, #2789)

Contributors:

dbt 0.18.1rc1

An initial release of 0.18.1rc1

dbt 0.18.1b3

An initial release of 0.18.1b3

dbt 0.18.1b2

An initial release of 0.18.1b2

v0.18.1b1

No release notes provided.

dbt 0.18.0 - Marian Anderson (September 3, 2020)

Links:

Breaking changes

  • Previously, dbt put macros from all installed plugins into the namespace. This version of dbt will not include adapter plugin macros unless they are from the currently-in-use adapter or one of its dependencies #2590
  • adapter_macro is no longer a macro, instead it is a builtin context method. Any custom macros that intercepted it by going through context['dbt'] will need to instead access it via context['builtins'] (#2302, #2673)
  • adapter_macro is now deprecated. Use adapter.dispatch instead.
  • Data tests are now written as CTEs instead of subqueries. Adapter plugins for adapters that don't support CTEs may require modification. (#2712)

... (truncated)

Changelog

Sourced from dbt's changelog.

dbt 0.18.1 (October 13, 2020)

dbt 0.18.1rc1 (October 01, 2020)

Features

  • Added retry support for rateLimitExceeded error from BigQuery, (#2795, #2796)

Contributors:

dbt 0.18.1b3 (September 25, 2020)

Feature

  • Added 'Last Modified' stat in snowflake catalog macro. Now should be available in docs. (#2728)

Fixes

  • dbt compile and dbt run failed with KeyError: 'endpoint_resolver' when threads > 1 and method: iam had been specified in the profiles.yaml (#2756, #2766)
  • Fix Redshift adapter to include columns from external tables when using the get_columns_in_relation macro (#2753, #2754)

Under the hood

  • Require extra snowflake-connector-python[secure-local-storage] on all dbt-snowflake installations (#2779, #2789)

Contributors:

dbt 0.18.1b1 (September 17, 2020)

Under the hood

  • If column config says quote, use quoting in SQL for adding a comment. (#2539, #2733)
  • Added support for running docker-based tests under Linux. (#2739)

Features

  • Specify all three logging levels (INFO, WARNING, ERROR) in result logs for commands test, seed, run, snapshot and source snapshot-freshness (#2680, #2723)
  • Added "exposures" (#2730, #2752, #2777)

Docs

Contributors:

dbt 0.18.0 (September 03, 2020)

Under the hood

  • Added 3 more adapter methods that the new dbt-adapter-test suite can use for testing. (#2492, #2721)

... (truncated)

Commits
  • 51ccbab Merge remote-tracking branch 'origin/releases/0.18.1' into dev/0.18.1
  • f6bab4a Release dbt v0.18.1
  • 526ecee Merge pull request #2832 from fishtown-analytics/fix/colorama-upper-044
  • 1bc9815 Set colorama upper bound to <0.4.4
  • 1aac869 Merge remote-tracking branch 'origin/releases/0.18.1rc1' into dev/0.18.1
  • 493554e Release dbt v0.18.1rc1
  • 139b353 Merge pull request #2796 from Foxtel-DnA/feature/6434-bq-retry-rate-limit
  • fc474a0 REBASED on dev/0.18.1; moved CHANGELOG entries
  • 8fd8fa0 Merge pull request #1 from fishtown-analytics/dev/0.18.1
  • b2bd5a5 Merge remote-tracking branch 'origin/releases/0.18.1b3' into dev/0.18.1
  • 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 Nov 16, 2020
@dependabot @github

dependabot Bot commented on behalf of github Jan 28, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #51.

@dependabot dependabot Bot closed this Jan 28, 2021
@dependabot dependabot Bot deleted the dependabot/pip/dbt-0.18.1 branch January 28, 2021 06:16
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