[Bug]: dbt metadata and files bundles point to different location for profiles
See original GitHub issueMeltano 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:
- Created a year ago
- Reactions:2
- Comments:8 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Confirmed it works now 👍🏽
@tayloramurphy FWIW all of the other adapter-specific file bundles have
main
as the default branch