Skip to content
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 whitespace issue with incremental sql #458

Merged
merged 11 commits into from
Jan 9, 2023
Merged

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
- name: Install python dependencies
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.

@@ -16,7 +16,7 @@
{{ wrap_with_time_ingestion_partitioning_sql(build_partition_time_exp(partition_by), sql, True) }}
{%- 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 join this conversation on GitHub. Already have an account? Sign in to comment
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
3 participants