Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions elementary/monitor/dbt_project/package-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ packages:
- package: dbt-labs/dbt_utils
version: 0.8.6
- package: elementary-data/elementary
version: 0.23.1
sha1_hash: 59bbd36f7ccb725a85b3ce3db2ce7093d7ee81a5
version: 0.24.0
sha1_hash: d043a0bdd88a74d9c30b8a9360eb35184f1f5a7e
2 changes: 1 addition & 1 deletion elementary/monitor/dbt_project/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ packages:
- package: dbt-labs/dbt_utils
version: [">=0.8.0", "<0.9.0"]
- package: elementary-data/elementary
version: 0.23.1
version: 0.24.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical | ⚡ Quick win

🧩 Analysis chain

🌐 Web query:

elementary-data/elementary dbt package version 0.24.0 release notes breaking changes

💡 Result:

As of May 27, 2026, there is no official release of the elementary-data/elementary dbt package version 0.24.0 [1][2]. The latest available version on the dbt Package Hub is 0.23.1 [1][2]. Because version 0.24.0 has not been released, there are no official release notes or breaking changes associated with it [3][1]. When Elementary releases new versions, users typically upgrade by updating the version number in their packages.yml file and running dbt deps [4]. If a version update involves changes to the underlying Elementary table structures, it is standard practice to run dbt run --select elementary to rebuild those tables [4]. You can monitor the official GitHub repository for future release announcements [3].

Citations:


Fix the 0.24.0 package version bump (not published on dbt Hub)

elementary/monitor/dbt_project/packages.yml line 5 bumps elementary-data/elementary to 0.24.0, but dbt Package Hub currently shows the latest available version as 0.23.1; 0.24.0 isn’t released yet, so there are no official release notes/breaking-change notes to review, and dbt deps would likely fail. Update the version (or the PR claim) to match what’s published, then re-check breaking changes once 0.24.0 is live.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@elementary/monitor/dbt_project/packages.yml` at line 5, The packages.yml
currently pins the package "elementary-data/elementary" to an unreleased version
"version: 0.24.0"; change that entry to the latest published version (set the
version for elementary-data/elementary to 0.23.1) so dbt deps will succeed, or
alternatively update the PR text to state this is intentionally previewing an
unreleased 0.24.0; once 0.24.0 is published, revert/update the packages.yml
entry for elementary-data/elementary to 0.24.0 and re-run checks for breaking
changes.


# NOTE - for unreleased CLI versions we often need to update the package version to a commit hash (please leave this
# commented, so it will be easy to access)
Expand Down
Loading