Skip to content

Update dbt_date package to 0.11.0#11

Closed
mikhail-zhadanov wants to merge 1 commit intometaplane:mainfrom
mikhail-zhadanov:main
Closed

Update dbt_date package to 0.11.0#11
mikhail-zhadanov wants to merge 1 commit intometaplane:mainfrom
mikhail-zhadanov:main

Conversation

@mikhail-zhadanov
Copy link

Summary of Changes

Update godatadriven/dbt-date to version 0.11.0 based on https://hub.getdbt.com/godatadriven/dbt_date/latest/

Why Do We Need These Changes

Reviewers

@tpoll @gusvargas

@mikhail-zhadanov
Copy link
Author

mikhail-zhadanov commented Mar 10, 2025

Just realized my PR makes no sense as required newer version was already included.
Currently solving a problem that once dbt_expectations package is being pulled via package name, it results in deprecated warnings.

packages:
  - package: metaplane/dbt_expectations
    version: [">=0.10.0", "<0.11.0"]

image
Workaround: pull via git

packages:
  - git: "https://github.com/metaplane/dbt-expectations.git"
    warn-unpinned: false

@tpoll
Copy link
Contributor

tpoll commented Mar 10, 2025

I think we just need to release a new version of expectations, I can do that today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants