chore(deps): update dependency dbt-core to >=1.9,<1.10 #138
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=1.8,<1.9
->>=1.9,<1.10
Release Notes
dbt-labs/dbt-core (dbt-core)
v1.9.0
: dbt-core v1.9.0Compare Source
dbt-core 1.9.0 - December 09, 2024
Breaking Changes
Features
dbt show
anddbt compile
(#9840)order_by
andlimit
fields to saved queries. (#10531)--resource-type
and--exclude-resource-type
CLI flags and environment variables fordbt test
(#10656)retry
support for microbatch models (#10715, #10729)full_refresh
model config (#10785)--event-time-start
is before--event-time-end
(#10786)current_time
value (#10819)event_time
config (#10926)batch
context object to model jinja context (#11025)Fixes
merge_exclude_columns
(#8267)unit_test
config paths that are properly used (#10311)silence
ofwarn_error_options
viadbt_project.yaml
flags (#10160)--resource-type test
fordbt list
anddbt build
(#10730)--event-time-end
is equivalent to the batch size truncated batch start time (#10824)lookback
default from0
to1
to ensure better data completeness (#10867)--event-time-start
and--event-time-end
mutually required (#10874)end_time
for batches to the ceiling to handle edge case whereevent_time
column is a date (#10868)get_execution_status
more broadly to better ensurerun_results.json
gets written (#10934)Docs
Under the Hood
core/dbt/version.py
(#10612)dbt/core/task/clean.py
(#10616)TestSelector
withResourceTypeSelector
(#10718)ResourceTypeSelector
instances indbt list
anddbt build
(#10739)Dependencies
Security
Contributors
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.