Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Conversation

@colin-rogers-dbt
Copy link
Contributor

resolves #457

Description

Remove trailing whitespace elimination in bq_generate_incremental_merge_build_sql

Checklist

@cla-bot cla-bot bot added the cla:yes label Jan 9, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jan 9, 2023

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.

Copy link
Contributor

@dbeatty10 dbeatty10 left a 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?

@colin-rogers-dbt colin-rogers-dbt dismissed dbeatty10’s stale review January 9, 2023 23:16

fixed python build issues for 3.11

@McKnight-42 McKnight-42 requested a review from dbeatty10 January 9, 2023 23:16
@colin-rogers-dbt colin-rogers-dbt merged commit 6841da7 into main Jan 9, 2023
@colin-rogers-dbt colin-rogers-dbt deleted the bugfix/6485 branch January 9, 2023 23:49
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
Copy link
Contributor

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 %}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FTW!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CT-1774] [Regression] 1.4.0-b1 Bigquery Incremental Query breaks when ending in comment

4 participants