-
Notifications
You must be signed in to change notification settings - Fork 166
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
fix validate connection failing #168
Conversation
https://github.com/dbt-labs/dbt-bigquery/runs/6187865236?check_suite_focus=true looks like last night we had a failure in regards to this? do we know why it's happening? |
Yes, that's related to this. There was a PR in dbt-core which requires this pull request in BigQuery. |
|
||
if self.profile.query_comment and self.profile.query_comment.job_label: | ||
if ( | ||
hasattr(self.profile, "query_comment") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the only meaningful change, others are just format fixes by black
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* fix validate connection failing * fix code check * more format
* fix validate connection failing (#168)
* fix validate connection failing * fix code check * more format
resolves #
Description
make sure validate connection won't fail due to profile doesn't have comment
Checklist
CHANGELOG.md
and added information about my change to the "dbt-bigquery next" section.