-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[CT-1120] [Bug] BigQuery profile does not work when passing individual keyfile parameters using keyfile_json #5761
Comments
This got a chuckle out of me :) I remember running into a different error message, a while ago, when the private key is malformed (specifically containing But I wouldn't have expected @lostmygithubaccount assigned himself to this one, so I'll let him have it. Probably we want to transfer this issue to the |
Glad it brightened someones day, @jtcohen6 ! I actually discovered that this is user error....! |
Glad you were able to figure it out! We've seen the same issue come up before, and there's a |
@smithcb88 also glad you figured it out! it would have taken me a while longer :) |
Is this a new bug in dbt-core?
Current Behavior
I have the below
profiles.yml
file in my environment (sensitive information replaced with root vegetables):When I execute
dbt run
in my project, I get the below error:Expected Behavior
The command would run my models, as it would (and does) do if I comment out everything under keyfile_json and replace with
keyfile
& a path to my JSON key file.Steps To Reproduce
Run
dbt_run
using the aboveprofiles.yml
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
bigquery
Additional Context
No response
The text was updated successfully, but these errors were encountered: