You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a regression in a recent version of dbt-core?
I believe this is a regression in dbt-core functionality
I have searched the existing issues, and I could not find an existing issue for this regression
Current Behavior
On the latest 1.4.2 version of dbt-core when installing a dbt package with the range including a range with a max of 0.10.0 you will receive an erroneous failure. For example:
github-actionsbot
changed the title
[Regression] Package Max Version Range Throwing Error
[CT-2174] [Regression] Package Max Version Range Throwing Error
Feb 23, 2023
fivetran-joemarkiewicz
changed the title
[CT-2174] [Regression] Package Max Version Range Throwing Error
[CT-2174] [Regression] Package max version range throwing error
Feb 23, 2023
Is this a regression in a recent version of dbt-core?
Current Behavior
On the latest 1.4.2 version of dbt-core when installing a dbt package with the range including a range with a max of
0.10.0
you will receive an erroneous failure. For example:Will result in
However, the latest version of fivetran/google_ads is 0.9.0 and should be fine with that version range.
If I then adjust the range to just not include 0.10.0 it will succeed:
Result
22:28:23 Installing fivetran/google_ads_source 22:28:24 Installed from version 0.9.0 22:28:24 Up to date!
Expected/Previous Behavior
The range would succeed with 0.10.0.
Steps To Reproduce
dbt deps
Relevant log output
Environment
Which database adapter are you using with dbt?
bigquery
Additional Context
Here is a slack thread where a user experienced a similar issue when trying to install the fivetran/ad_reporting package.
The text was updated successfully, but these errors were encountered: