Skip to content
Open
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
10 changes: 6 additions & 4 deletions elementary/monitor/dbt_project/package-lock.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
packages:
- package: dbt-labs/dbt_utils
- name: dbt_utils
package: dbt-labs/dbt_utils
version: 0.8.6
- git: https://github.com/elementary-data/dbt-data-reliability.git
revision: ab21363935c42490a60a779557ba99bed96b754c
sha1_hash: 661e08669f6a005c445ed631a333de316b58d57f
- name: elementary
package: elementary-data/elementary
version: 0.22.1
sha1_hash: 0f8ab87ad68a87382c4bd814dfda69e011346669
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: ab21363935c42490a60a779557ba99bed96b754c
- package: elementary-data/elementary
version: 0.22.1
Comment on lines +4 to +5
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 hub

💡 Result:

Elementary dbt package on dbt Package Hub (a.k.a. “dbt Hub”)

  • Package hub page (latest):

    https://hub.getdbt.com/elementary-data/elementary/latest/
    

    (CDN mirror: https://hub.cdn.getdbt.com/elementary-data/elementary/latest)
    The hub page shows the current latest version (0.20.1) and installation snippet, and points to the GitHub repo elementary-data/dbt-data-reliability. [1]

  • Install (from the hub page):

    packages:
      - package: elementary-data/elementary
        version: 0.20.1

    ثم:

    dbt deps

    [1]

  • Docs / “dbt package” overview (what it does, models, schema config, hooks): [2]

  • Elementary “dbt Test Hub” (searchable catalog of tests supported in Elementary): [3]

Sources: [1] [2] [3]


Version 0.22.1 is not available on the dbt package hub.

The dbt package hub shows the latest available version of elementary-data/elementary as 0.20.1, not 0.22.1 as specified in the code. This will cause dbt deps to fail. Either update to version 0.20.1 or verify the intended version is published on the hub before merging.

🤖 Prompt for AI Agents
In `@elementary/monitor/dbt_project/packages.yml` around lines 4 - 5, The
packages.yml lists package: elementary-data/elementary with version 0.22.1 which
doesn't exist on the dbt hub; update that version to the published one (0.20.1)
or confirm and change it to the intended published tag before running dbt deps;
specifically edit the packages.yml entry for package: elementary-data/elementary
and set version: 0.20.1 (or the correct published version) so dbt deps will
succeed.


# 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