Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2026

Bumps the dbt-dependencies group with 2 updates in the /warehouses/accelerator/transform/accelerator directory: dbt-core and dbt-trino.

Updates dbt-core from 1.10.11 to 1.11.2

Release notes

Sourced from dbt-core's releases.

dbt-core v1.11.2

dbt-core 1.11.2 - December 22, 2025

Fixes

  • Address Click 8.2+ deprecation warning (#12038)
  • Pin sqlparse <0.5.5 to avoid max tokens issue (#12303)

Contributors

dbt-core v1.11.2rc1

dbt-core 1.11.2-rc1 - December 22, 2025

Fixes

  • Address Click 8.2+ deprecation warning (#12038)
  • Pin sqlparse <0.5.5 to avoid max tokens issue (#12303)

Contributors

dbt-core v1.11.1

dbt-core 1.11.1 - December 19, 2025

Dependencies

  • Bump minimum click to 8.2.0 (#12305)

Contributors

dbt-core v1.11.0

dbt-core 1.11.0 - Juan R. Torruella (December 19, 2025)

Features

  • Add file_format to catalog integration config (#11695)
  • 11561 (#deprecate, #--models,--model,, #and, #-m, #flags)
  • Update jsonschemas with builtin data test properties and exposure configs in dbt_project.yml for more accurate deprecations (#11335)
  • Support loaded_at_query and loaded_at_field on source and table configs (#11659)
  • Begin validating configs from model sql files (#11727)
  • Deprecate overrides property for sources (#11566)
  • Create constrained namespace for dbt engine env vars (#11340)
  • Gate jsonschema validations by adapter (#11680)
  • Deprecate top-level argument properties in generic tests (#11847)
  • Deprecate {{ modules.itertools }} usage (#11725)
  • Default require_generic_test_arguments_property flag to True - The 'arguments' property will be parsed as keyword arguments to data tests, if provided (#11911)

... (truncated)

Changelog

Sourced from dbt-core's changelog.

dbt-core 1.11.2 - December 22, 2025

Fixes

  • Address Click 8.2+ deprecation warning (#12038)
  • Pin sqlparse <0.5.5 to avoid max tokens issue (#12303)

Contributors

dbt-core 1.11.1 - December 19, 2025

Dependencies

  • Bump minimum click to 8.2.0 (#12305)

Contributors

dbt-core 1.11.0 - December 19, 2025

Features

  • Add file_format to catalog integration config (#11695)
  • 11561 (#deprecate, #--models,--model,, #and, #-m, #flags)
  • Update jsonschemas with builtin data test properties and exposure configs in dbt_project.yml for more accurate deprecations (#11335)
  • Support loaded_at_query and loaded_at_field on source and table configs (#11659)
  • Begin validating configs from model sql files (#11727)
  • Deprecate overrides property for sources (#11566)
  • Create constrained namespace for dbt engine env vars (#11340)
  • Gate jsonschema validations by adapter (#11680)
  • Deprecate top-level argument properties in generic tests (#11847)
  • Deprecate {{ modules.itertools }} usage (#11725)
  • Default require_generic_test_arguments_property flag to True - The 'arguments' property will be parsed as keyword arguments to data tests, if provided (#11911)
  • Support Nested Key Traversal in dbt ls json output (#11919)
  • No-op when project-level quoting.snowflake_ignore_case is set. (#11882)
  • Support UDFs by allowing user definition of function nodes (#11923)
  • Support listing functions via list command (#11967)
  • Support selecting funciton nodes via: name, file path, and resource type (#11962, #11958, #11961)
  • Parse catalogs.yml during parse, seed, and test commands (#12002)
  • Handle creation of function nodes during DAG execution (#11965)
  • Support configuring model.config.freshness.build_after.updates_on without period or count (#12019)
  • Add function macro to jinja context (#11972)
  • Adding run_started_at to manifest.json metadata (#12047)
  • Validate {{ config }} in SQL for models that don't statically parse (#12046)
  • Add type property to function nodes (#12042, #12037)
  • Support function nodes for unit tested models (#12024)
  • Support partial parsing for function nodes (#12072)

... (truncated)

Commits
  • a24f23f Bumping version to 1.11.2 and generate changelog
  • bfac6f0 [Automated] Merged prep-release/1.11.2rc1_20439921742 into target 1.11.latest...
  • 1ce4b8d Bumping version to 1.11.2rc1 and generate changelog
  • e9611ba Address Click 8.2+ deprecation warning by using type-checking imports (#12039...
  • b6f43e3 Pin sqlparse <0.5.5 (#12308) (#12309)
  • db3039b [Automated] Merged prep-release/1.11.1_20383763538 into target 1.11.latest du...
  • 4ffe901 Bumping version to 1.11.1 and generate changelog
  • 87d1ace Bump minimum click to 8.2.0 (#12306) (#12307)
  • 62f4b62 [Automated] Merged prep-release/1.11.0_20378895078 into target 1.11.latest du...
  • 2610758 Bumping version to 1.11.0 and generate changelog
  • Additional commits viewable in compare view

Updates dbt-trino from 1.9.3 to 1.10.0

Release notes

Sourced from dbt-trino's releases.

v1.10.0

Release notes

$ pip install dbt-trino==1.10.0
Changelog

Sourced from dbt-trino's changelog.

dbt-trino 1.10.0 - December 16, 2025

Features

  • Add support for catalog integration (#502)

Contributors

Previous Releases

For information on prior major and minor releases, see their changelogs:

Commits
  • b44b2bb Bumping version to 1.10.0 and generate CHANGELOG
  • 0bd3e6b Upgrade Trino to 478, SEP to 477-e.1
  • 9d8b9ea Update Docker image versions in docker-compose
  • 5cd3126 Update requirement versions
  • 36a1b2d Prepare changelog for 1.10 release
  • c1f301b Add catalog integration support
  • 2f6b21e Bump dbt-tests-adapter to 1.19.1
  • 4870897 Add tests for sample mode
  • 441931f Skip failing COMMENT ON COLUMN tests
  • e6878da Replace autouse fixture with collection hook for skip_profile
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…2 updates

Bumps the dbt-dependencies group with 2 updates in the /warehouses/accelerator/transform/accelerator directory: [dbt-core](https://github.com/dbt-labs/dbt-core) and [dbt-trino](https://github.com/starburstdata/dbt-trino).


Updates `dbt-core` from 1.10.11 to 1.11.2
- [Release notes](https://github.com/dbt-labs/dbt-core/releases)
- [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.11.2/CHANGELOG.md)
- [Commits](dbt-labs/dbt-core@v1.10.11...v1.11.2)

Updates `dbt-trino` from 1.9.3 to 1.10.0
- [Release notes](https://github.com/starburstdata/dbt-trino/releases)
- [Changelog](https://github.com/starburstdata/dbt-trino/blob/master/CHANGELOG.md)
- [Commits](starburstdata/dbt-trino@v1.9.3...v1.10.0)

---
updated-dependencies:
- dependency-name: dbt-core
  dependency-version: 1.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dbt-dependencies
- dependency-name: dbt-trino
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dbt-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 7, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 7, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@martyngigg martyngigg merged commit 6dc1992 into main Jan 7, 2026
2 checks passed
@martyngigg martyngigg deleted the dependabot/pip/warehouses/accelerator/transform/accelerator/dbt-dependencies-b15107510e branch January 7, 2026 16:37
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.

2 participants