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

Not able to implement beta prerelease in dbt project #143

Closed
foxmulder42 opened this issue Jul 26, 2022 · 2 comments
Closed

Not able to implement beta prerelease in dbt project #143

foxmulder42 opened this issue Jul 26, 2022 · 2 comments

Comments

@foxmulder42
Copy link

Hi

for some reason I can't implement the beta prerelease of your latest tag (1.0.0b1) in my dbt project.

`

  • package: brooklyn-data/dbt_artifacts
    version: 1.0.0b1
    install-prerelease: true
    `

Could not find a matching version for package brooklyn-data/dbt_artifacts Requested range: =1.0.0-b1, =1.0.0-b1 Available versions: ['0.1.0', '0.2.0', '0.2.1', '0.3.0', '0.4.0', '0.4.1', '0.4.2', '0.4.3', '0.4.4', '0.5.0', '0.6.0', '0.7.0', '0.8.0']

Am I missing something, or is it just because you didn't hit the release button yet?

Thanks and kind regards,
Daniel

@NiallRees
Copy link
Contributor

Hi @foxmulder42 - there's actually a bug in the dbt hub which is preventing pre-release versions from being installed: dbt-labs/hubcap#129

For now, please try:

packages:
  - git: https://github.com/brooklyn-data/dbt_artifacts.git
    revision: 1.0.0b1

@foxmulder42
Copy link
Author

Thanks @NiallRees

worked like a charm <3

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

No branches or pull requests

2 participants