-
Notifications
You must be signed in to change notification settings - Fork 103
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: remove leading whitespaces on post-hook operations #705
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 tasks
nicor88
reviewed
Aug 13, 2024
nicor88
approved these changes
Aug 19, 2024
kodiakhq bot
referenced
this pull request
in cloudquery/policies
Sep 1, 2024
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dbt-athena-community](https://github.com/dbt-athena/dbt-athena) | patch | `==1.8.3` -> `==1.8.4` | --- ### Release Notes <details> <summary>dbt-athena/dbt-athena (dbt-athena-community)</summary> ### [`v1.8.4`](https://github.com/dbt-athena/dbt-athena/releases/tag/v1.8.4) [Compare Source](https://github.com/dbt-athena/dbt-athena/compare/v1.8.3...v1.8.4) #### What's Changed ##### Fixes - fix: Remove catalog from the DDL SQL generated by on_schema_change=sync_all_columns by [@​iconara](https://github.com/iconara) in [https://github.com/dbt-athena/dbt-athena/pull/684](https://github.com/dbt-athena/dbt-athena/pull/684) - fix: Query comment for create table statement by [@​sanromeo](https://github.com/sanromeo) in [https://github.com/dbt-athena/dbt-athena/pull/702](https://github.com/dbt-athena/dbt-athena/pull/702) - fix: remove leading whitespaces on post-hook operations by [@​sanromeo](https://github.com/sanromeo) in [https://github.com/dbt-athena/dbt-athena/pull/705](https://github.com/dbt-athena/dbt-athena/pull/705) - fix: vacuum more runs needed error by [@​Jrmyy](https://github.com/Jrmyy) in [https://github.com/dbt-athena/dbt-athena/pull/703](https://github.com/dbt-athena/dbt-athena/pull/703) ##### Dependencies - chore: Update dbt-tests-adapter requirement from ~=1.9.1 to ~=1.9.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/dbt-athena/dbt-athena/pull/687](https://github.com/dbt-athena/dbt-athena/pull/687) - chore: Update pytest requirement from ~=8.2 to ~=8.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/dbt-athena/dbt-athena/pull/690](https://github.com/dbt-athena/dbt-athena/pull/690) - chore: Update pyupgrade requirement from ~=3.16 to ~=3.17 by [@​dependabot](https://github.com/dependabot) in [https://github.com/dbt-athena/dbt-athena/pull/692](https://github.com/dbt-athena/dbt-athena/pull/692) - chore: Update tenacity requirement from ~=8.2 to >=8.2,<10.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/dbt-athena/dbt-athena/pull/693](https://github.com/dbt-athena/dbt-athena/pull/693) - chore: Update black requirement from ~=24.4 to ~=24.8 by [@​dependabot](https://github.com/dependabot) in [https://github.com/dbt-athena/dbt-athena/pull/694](https://github.com/dbt-athena/dbt-athena/pull/694) - chore: Update boto3-stubs\[s3] requirement from ~=1.34 to ~=1.35 by [@​dependabot](https://github.com/dependabot) in [https://github.com/dbt-athena/dbt-athena/pull/707](https://github.com/dbt-athena/dbt-athena/pull/707) - chore: Update moto requirement from ~=5.0.12 to ~=5.0.13 by [@​dependabot](https://github.com/dependabot) in [https://github.com/dbt-athena/dbt-athena/pull/708](https://github.com/dbt-athena/dbt-athena/pull/708) - chore: Update pyparsing requirement from ~=3.1.2 to ~=3.1.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/dbt-athena/dbt-athena/pull/709](https://github.com/dbt-athena/dbt-athena/pull/709) #### New Contributors - [@​iconara](https://github.com/iconara) made their first contribution in [https://github.com/dbt-athena/dbt-athena/pull/684](https://github.com/dbt-athena/dbt-athena/pull/684) **Full Changelog**: dbt-labs/dbt-athena@v1.8.3...v1.8.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Resovles #704
On post-hook operation vacuum, optimize presented leading whitespaces in query, even if you config looks like this:
So, lstrip() method fix it
Checklist