question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug]: dbt metadata and files bundles point to different location for profiles

See original GitHub issue

Meltano Version

All

Python Version

NA

Bug scope

Other

Operating System

All

Description

The metadata for some number of dbt plugins doesn’t accurately represent what will be installed when the files bundle is loaded.

https://github.com/meltano/hub/blob/main/_data/meltano/transformers/dbt-bigquery/dbt-labs.yml#L20-L22 for example points to $MELTANO_PROJECT_ROOT/transform/profiles/bigquery but the actual file is in https://github.com/meltano/files-dbt-bigquery/tree/config-version-2/bundle/transform/profile which is just $MELTANO_PROJECT_ROOT/transform/profile.

Each setting for the plugin-specific adapters should be reviewed alongside their file bundle.

This was reported in Slack by @astrojuanlu

Code

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:2
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
astrojuanlucommented, Jul 27, 2022

Confirmed it works now 👍🏽

1reaction
cjohnhansoncommented, Jul 26, 2022

@tayloramurphy FWIW all of the other adapter-specific file bundles have main as the default branch

Read more comments on GitHub >

github_iconTop Results From Across the Web

Connection profiles - dbt Developer Hub
dbt will search the current working directory for the profiles.yml file and will default to the ~/.dbt/ directory if not found.
Read more >
docs generate no longer works with dummy profile · Issue #3947
Previously I was able to generate dbt docs using a dummy profile, now I am receiving an error from Snowflake suggesting a password...
Read more >
dbt Guide - GitLab
A full list of packages available are on the dbt Hub site. ... to multiple warehouses, you can create an entry for each...
Read more >
Building a Data Vault using dbtvault with Google BigQuery
dbtvault is a dbt package that extends dbt to build a Data Vault. dbtvault generates your Data Vault ETL code based on your...
Read more >
Querying with dbt from external source - Stack Overflow
I have an AWS S3 pipeline that on a daily basis a single json.gz files is spit. I wish to take that file...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found