This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
feat(dbt-adapter): dbt-athena-community support #741
Merged
mederka
merged 4 commits into
release-adapter-1.3
from
meder/fea-842/adapter-athena-support
Feb 6, 2023
Merged
feat(dbt-adapter): dbt-athena-community support #741
mederka
merged 4 commits into
release-adapter-1.3
from
meder/fea-842/adapter-athena-support
Feb 6, 2023
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
dbt-athena from PyPI doesn't support dbt 1.3, but dbt-athena-community does https://github.com/dbt-athena/dbt-athena dbt-athena-community does not support dbt 1.4, so this branch doesn't need to be merged to main. Instead, we will release a patch to dbt-fal 1.3 in order to add support to dbt-athena-community
chamini2
suggested changes
Feb 3, 2023
chamini2
approved these changes
Feb 6, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Should we add athena integration tests?
chamini2
added a commit
that referenced
this pull request
Feb 9, 2023
* tests(dbt-fal): add athena profile * feat: add dbt-athena-community support dbt-athena from PyPI doesn't support dbt 1.3, but dbt-athena-community does https://github.com/dbt-athena/dbt-athena dbt-athena-community does not support dbt 1.4, so this branch doesn't need to be merged to main. Instead, we will release a patch to dbt-fal 1.3 in order to add support to dbt-athena-community * PR comments * refactor: move some hacks location (#742) --------- Co-authored-by: Matteo Ferrando <[email protected]>
chamini2
added a commit
that referenced
this pull request
Feb 10, 2023
* tests(dbt-fal): add athena profile * feat: add dbt-athena-community support dbt-athena from PyPI doesn't support dbt 1.3, but dbt-athena-community does https://github.com/dbt-athena/dbt-athena dbt-athena-community does not support dbt 1.4, so this branch doesn't need to be merged to main. Instead, we will release a patch to dbt-fal 1.3 in order to add support to dbt-athena-community * PR comments * refactor: move some hacks location (#742) --------- Co-authored-by: Matteo Ferrando <[email protected]>
chamini2
added a commit
that referenced
this pull request
Feb 10, 2023
* tests(dbt-fal): add athena profile * feat: add dbt-athena-community support dbt-athena from PyPI doesn't support dbt 1.3, but dbt-athena-community does https://github.com/dbt-athena/dbt-athena dbt-athena-community does not support dbt 1.4, so this branch doesn't need to be merged to main. Instead, we will release a patch to dbt-fal 1.3 in order to add support to dbt-athena-community * PR comments * refactor: move some hacks location (#742) --------- Co-authored-by: Matteo Ferrando <[email protected]>
mederka
added a commit
that referenced
this pull request
Apr 4, 2023
* tests(dbt-fal): add athena profile * feat: add dbt-athena-community support dbt-athena from PyPI doesn't support dbt 1.3, but dbt-athena-community does https://github.com/dbt-athena/dbt-athena dbt-athena-community does not support dbt 1.4, so this branch doesn't need to be merged to main. Instead, we will release a patch to dbt-fal 1.3 in order to add support to dbt-athena-community * PR comments * refactor: move some hacks location (#742) --------- Co-authored-by: Matteo Ferrando <[email protected]>
mederka
added a commit
that referenced
this pull request
Apr 4, 2023
* feat(dbt-adapter): dbt-athena-community support (#741) * tests(dbt-fal): add athena profile * feat: add dbt-athena-community support dbt-athena from PyPI doesn't support dbt 1.3, but dbt-athena-community does https://github.com/dbt-athena/dbt-athena dbt-athena-community does not support dbt 1.4, so this branch doesn't need to be merged to main. Instead, we will release a patch to dbt-fal 1.3 in order to add support to dbt-athena-community * PR comments * refactor: move some hacks location (#742) --------- Co-authored-by: Matteo Ferrando <[email protected]> * remove 1.3-specific hack * Add tests * comments * Fix test setup * update athena profile * fix credential parsing in isolated envs --------- Co-authored-by: Matteo Ferrando <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
dbt-athena from PyPI doesn't support dbt 1.3, but dbt-athena-community does
dbt-athena-community does not support dbt 1.4, so this branch doesn't need to be merged to
main
. Instead, we will release a patch to dbt-fal 1.3 in order to add support to dbt-athena-community.Once either of these add support for dbt 1.4, we can create a new PR that incorporates those changes.