-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
'NoneType' object has no attribute 'job_label' #3314
Comments
Hey @QPeiran, what version of dbt are you using? Are you able to run |
Hi @jtcohen6 , the version I am using is 0.19.0 |
@QPeiran Ok, I appreciate you sharing that info. I'm not sure what's going on here. Could you try running a different command with debug-level logging:
Hopefully, this will print out a more detailed stacktrace, including a hint as to where the |
Hi @jtcohen6 , thank you for looking into this problem.
I can't see any error message from here but still get that |
Btw, I found by executing (the difference could be for bigquery I am using the credentials generated by GCP service account, whereas the snowflake is using the username and password) |
I have the same error with bigquery and dbt 0.20.0b1, with project created from tutorial: https://docs.getdbt.com/tutorial/create-a-project-dbt-cli
|
Ah, this makes much more sense for In particular, I think it's the interaction between the debug task setting |
Yes, that makes sense. In particular, my shotgun debugging by inserting |
I am trying to configure the bigquery connection profile. Somehow get the following error message after "dbt debug".
Not sure how to debug this. Can someone give me a hint please?
The text was updated successfully, but these errors were encountered: