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: share same boto session between every calls #16

Merged
merged 2 commits into from
Nov 10, 2022
Merged

fix: share same boto session between every calls #16

merged 2 commits into from
Nov 10, 2022

Conversation

Jrmyy
Copy link
Contributor

@Jrmyy Jrmyy commented Nov 10, 2022

Porting the work made in Tomme/dbt-athena#56 Tomme/dbt-athena#121 Tomme/dbt-athena#124 Tomme/dbt-athena#125. Going with approach Tomme/dbt-athena#125 since it prevents from asking multiple times MFA serial.

@Jrmyy Jrmyy marked this pull request as draft November 10, 2022 13:43
@Jrmyy Jrmyy marked this pull request as draft November 10, 2022 13:43
@Jrmyy Jrmyy marked this pull request as ready for review November 10, 2022 14:04
@nicor88 nicor88 merged commit 73359d5 into dbt-labs:release/1.0.4 Nov 10, 2022
@Jrmyy Jrmyy deleted the fix-aws-profile branch November 10, 2022 14:05
@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]>
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.

2 participants