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

Doc request: specifying dbt version #51

Open
rubenvereecken opened this issue Jan 5, 2024 · 1 comment
Open

Doc request: specifying dbt version #51

rubenvereecken opened this issue Jan 5, 2024 · 1 comment

Comments

@rubenvereecken
Copy link

rubenvereecken commented Jan 5, 2024

What’s the recommended way to get a newer version of dbt? I managed in the end, but it was far from obvious, and I feel like there are more obvious ways to do it.

Steps:

  1. meltano add utility dbt-bigquery --no-install -> this adds the following to meltano.yml without installing the old versions of dbt
  utilities:
  - name: dbt-bigquery
    variant: dbt-labs
    pip_url: dbt-core~=1.5.4 dbt-bigquery~=1.5.4 git+https://github.com/meltano/dbt-ext.git@main
  1. Change the versions to 1.7.2
  2. Run meltano install
  3. Run meltano run dbt-bigquery:debug to verify the version

If this is the best way to get the latest supported version of dbt, I suggest we add this to the docs. Happy to help if you point me in the right direction.

@edgarrmondragon
Copy link
Contributor

@rubenvereecken see meltano/hub#1645

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