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
6 changes: 3 additions & 3 deletions elementary/monitor/dbt_project/package-lock.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
packages:
- package: dbt-labs/dbt_utils
version: 0.8.6
- git: https://github.com/elementary-data/dbt-data-reliability.git
revision: a01c958a3ee272b253d8e971e128c78a72b79239
sha1_hash: c91170dd00244625c43a676e888c3a824eaeb28a
- package: elementary-data/elementary
version: 0.21.0
sha1_hash: 2b5fe24bdc902ec44d0e6f227e3441c9ffc62950
Comment on lines +4 to +6
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

elementary-data/elementary dbt package releases version 0.21.0

💡 Result:

There is no v0.21.0 release. The latest releases on GitHub are:

  • dbt-data-reliability — v0.20.1 (released Oct 9, 2025). [1]
  • elementary — v0.20.0 (released Oct 9, 2025). [2]

Sources: GitHub releases pages for elementary-data/dbt-data-reliability and elementary. [1][2]


Version 0.21.0 does not exist and must be corrected.

The elementary-data/elementary package has no v0.21.0 release. The latest released version is v0.20.0 (released October 9, 2025). Update package-lock.yml to use version 0.20.0 or an earlier valid release version.

🤖 Prompt for AI Agents
In elementary/monitor/dbt_project/package-lock.yml around lines 4 to 6, the
package entry lists version 0.21.0 which does not exist; change the package
version to a valid release (e.g. 0.20.0) and update the sha1_hash accordingly
(or regenerate the package-lock.yml via the same tooling that produced it so the
checksum matches the new version).

4 changes: 2 additions & 2 deletions elementary/monitor/dbt_project/packages.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
packages:
- package: dbt-labs/dbt_utils
version: [">=0.8.0", "<0.9.0"]
- git: https://github.com/elementary-data/dbt-data-reliability.git
revision: a01c958a3ee272b253d8e971e128c78a72b79239
- package: elementary-data/elementary
version: 0.21.0

# 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