-
Notifications
You must be signed in to change notification settings - Fork 175
fix whitespace issue with incremental sql #458
Conversation
|
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-bigquery contributing guide. |
dbeatty10
left a 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.
There are a couple failing tests related to Python 3.11.
Could we take a look at those to determine the cause?
fixed python build issues for 3.11
| run: | | ||
| python -m pip install --user --upgrade pip | ||
| python -m pip install --upgrade wheel | ||
| python -m pip install --upgrade wheel setuptools twine check-wheel-contents |
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.
Did adding the following turn out to be necessary?
- setuptools
- twine
- check-wheel-contents
If they aren't strictly necessary, I'd advocate for peeling them out.
| {%- else -%} | ||
| {{sql}} | ||
| {%- endif -%} | ||
| {%- endif %} |
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.
FTW!
resolves #457
Description
Remove trailing whitespace elimination in bq_generate_incremental_merge_build_sql
Checklist
changie newto create a changelog entry