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

Use correct escaper for INSERT queries #18

Merged
merged 2 commits into from
Nov 10, 2022

Conversation

owenprough-sift
Copy link

Copy/paste from: Tomme/dbt-athena#117

Closes #17

@nicor88
Copy link
Contributor

nicor88 commented Nov 10, 2022

@owenprough-sift could you change the target branch to release/1.0.4 please? Changes looks good.

@nicor88 nicor88 changed the base branch from main to release/1.0.4 November 10, 2022 14:03
@nicor88 nicor88 merged commit 31442cb into dbt-labs:release/1.0.4 Nov 10, 2022
@nicor88 nicor88 mentioned this pull request Nov 10, 2022
nicor88 added a commit that referenced this pull request Nov 15, 2022
* [BUGFIX] Add support for partition fields of type timestamp (#6)

* fix glue partition handling (#2)

* Add support for partition fields of type timestamp

Co-authored-by: nicor88 <[email protected]>
Co-authored-by: yusuf.mahtab <[email protected]>

* add changelog and prepare version bump

* Get model owner from manifest (#9)

* Get model owner from manifest

* refactor into private function

Co-authored-by: Justas Cernas <[email protected]>

Co-authored-by: Justas Cernas <[email protected]>

* chore: fix flake8 linting (#10)

* Use correct escaper for `INSERT` queries (#18)

Copy/paste from: Tomme/dbt-athena#117

Co-authored-by: nicor88 <[email protected]>

* fix: share same boto session between every calls (#16)

Co-authored-by: nicor88 <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Daniel Messias <[email protected]>
Co-authored-by: yusuf.mahtab <[email protected]>
Co-authored-by: Justas Cernas <[email protected]>
Co-authored-by: Jérémy Guiselin <[email protected]>
Co-authored-by: Owen <[email protected]>
@owenprough-sift owenprough-sift deleted the patch-1 branch November 15, 2022 13:48
nicor88 added a commit that referenced this pull request Nov 16, 2022
* [BUGFIX] Add support for partition fields of type timestamp (#6)

* fix glue partition handling (#2)

* Add support for partition fields of type timestamp

Co-authored-by: nicor88 <[email protected]>
Co-authored-by: yusuf.mahtab <[email protected]>

* add changelog and prepare version bump

* Get model owner from manifest (#9)

* Get model owner from manifest

* refactor into private function

Co-authored-by: Justas Cernas <[email protected]>

Co-authored-by: Justas Cernas <[email protected]>

* chore: fix flake8 linting (#10)

* Use correct escaper for `INSERT` queries (#18)

Copy/paste from: Tomme/dbt-athena#117

Co-authored-by: nicor88 <[email protected]>

* fix: share same boto session between every calls (#16)

Co-authored-by: nicor88 <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Daniel Messias <[email protected]>
Co-authored-by: yusuf.mahtab <[email protected]>
Co-authored-by: Justas Cernas <[email protected]>
Co-authored-by: Jérémy Guiselin <[email protected]>
Co-authored-by: Owen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Seeds containing ' fail
2 participants