Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dbt-core requirement from ~=1.9.0 to ~=1.9.2 #504

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2025

Updates the requirements on dbt-core to permit the latest version.

Release notes

Sourced from dbt-core's releases.

dbt-core v1.9.2

dbt-core 1.9.2 - January 29, 2025

Fixes

  • Error writing generic test at run time (#11110)
  • Run check_modified_contract for state:modified (#11034)
  • Fix unrendered_config for tests from dbt_project.yml (#11146)
  • Ensure warning about microbatch lacking filter inputs is always fired (#11159)
  • Fix microbatch dbt list --output json (#10556, #11098)

Contributors

Changelog

Sourced from dbt-core's changelog.

dbt-core 1.9.2 - January 29, 2025

Fixes

  • Error writing generic test at run time (#11110)
  • Run check_modified_contract for state:modified (#11034)
  • Fix unrendered_config for tests from dbt_project.yml (#11146)
  • Ensure warning about microbatch lacking filter inputs is always fired (#11159)
  • Fix microbatch dbt list --output json (#10556, #11098)

Contributors

dbt-core 1.9.1 - December 16, 2024

Fixes

  • update adapter version messages (#10230)
  • Fix debug log messages for microbatch batch execution information (#11111)
  • Fix running of extra "last" batch when there is only one batch (#11112)
  • Fix interpretation of PartialSuccess to result in non-zero exit code (#11114)
  • Warn about invalid usages of concurrent_batches config (#11122)

Contributors

dbt-core 1.9.0 - December 09, 2024

Breaking Changes

  • Fix changing the current working directory when using dpt deps, clean and init. (#8997)

Features

  • Parseable JSON and text output in quiet mode for dbt show and dbt compile (#9840)
  • serialize inferred primary key (#9824)
  • Add unit_test: selection method (#10053)
  • Maximally parallelize dbt clone in clone command" (#7914)
  • Add --host flag to dbt docs serve, defaulting to '127.0.0.1' (#10229)
  • Update data_test to accept arbitrary config options (#10197)
  • add pre_model and post_model hook calls to data and unit tests to be able to provide extra config options (#10198)
  • add --empty value to jinja context as flags.EMPTY (#10317)
  • Warning message for snapshot timestamp data types (#10234)
  • Support cumulative_type_params & sub-daily granularities in semantic manifest. (#10360)
  • Add time_granularity to metric spec. (#10376)
  • Support standard schema/database fields for snapshots (#10301)
  • Support ref and source in foreign key constraint expressions, bump dbt-common minimum to 1.6 (#8062)
  • Support new semantic layer time spine configs to enable sub-daily granularity. (#10475)
  • Add order_by and limit fields to saved queries. (#10531)

... (truncated)

Commits
  • cb95373 Bumping version to 1.9.2 and generate changelog
  • d87b350 point to the dbt-adapters subdirectory post-monorepo migration (#11244) (#11245)
  • 47b5109 Fix microbatch dbt list --output JSON (#11187) (#11203)
  • 42a58bb Always emit warning when microbatch models lack any filtered input node (#111...
  • 6a9e35a Fix for dbt_project.yml "tests" config resulting in incorrect state:modified ...
  • 396fbe5 Check modified contracts when doing state:modified (#11161) (#11168)
  • c6e4471 Fix yaml snapshot specification with data tests (#11156) (#11167)
  • 75aeafe [Automated] Merged prep-release/1.9.1_12358580707 into target 1.9.latest duri...
  • cffe8a3 Bumping version to 1.9.1 and generate changelog
  • 7fdd92f Warn if concurrent_batches config is set to True, but the available adapt...
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [dbt-core](https://github.com/dbt-labs/dbt-core) to permit the latest version.
- [Release notes](https://github.com/dbt-labs/dbt-core/releases)
- [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.9.2/CHANGELOG.md)
- [Commits](dbt-labs/dbt-core@v1.9.0...v1.9.2)

---
updated-dependencies:
- dependency-name: dbt-core
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 30, 2025
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants