Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: The latest dbt_artifacts version is not compatible with dbt 1.6.0 #373

Closed
nhnam1105 opened this issue Aug 7, 2023 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@nhnam1105
Copy link

nhnam1105 commented Aug 7, 2023

Overview

The latest version of dbt_artifacts is not compatible with dbt version 1.6.0. When upgrading dbt to 1.6.0, attempting to run dbt clean and dbt deps results in an error.

How to reproduce

  • Upgrade dbt to version 1.6.0
  • Run dbt clean to clean the project.
  • Run dbt deps to install project dependencies.

Expected behaviour

After running the steps above, I expected dbt deps to successfully install the project dependencies, including dbt_artifacts version 2.4.3, without any errors.

Screenshots

image

Environment

Results of running dbt --version:

# Add the results here
Core:
  - installed: 1.6.0
  - latest:    1.6.0 - Up to date!

Plugins:
  - bigquery: 1.6.1 - Up to date!

Please paste the contents of your packages.yml file here:

packages:
  - package: "brooklyn-data/dbt_artifacts"
    version: "2.4.3"
  ...
@nhnam1105 nhnam1105 added the bug Something isn't working label Aug 7, 2023
@glsdown
Copy link
Contributor

glsdown commented Sep 11, 2023

Sorry this took so long, but I've just published a release that should include this now.

@glsdown glsdown closed this as completed Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants