-
Notifications
You must be signed in to change notification settings - Fork 74
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
feat: Add AWS Athena support #383
feat: Add AWS Athena support #383
Conversation
@graciegoheen hi there! Could you please support what should be done extra to add dbt-athena support for this awesome package ? |
Also, would you be able to run the 2 integration-tests projects on an Athena connection and share a screenshot showing that they both pass? We most likely won't be able to add this to the automated CI we run on each PR. Here is how those are run on CI. This is simply a |
hey @svdimchenko -- are you able to add the macro dispatch to this PR, and add show passing integration tests per @b-per 's last comment? |
Hi @dave-connors-3 ! Sorry for some delay from my side. I'll try to finalise this PR during this week according to comments discussed. |
here are results for
|
and here are results for
|
there is a problem with databricks now, but I'm not sure if it occured due to my changes...
|
It is not related to the latest changes and was flagged a few days ago. A new release of dbt-databricks was done so I will just retrigger the CI run for databricks and it should work. |
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.
Thank you for all of the effort here - excited to get this shipped!
This is a:
Description & motivation
Implement AWS Athena support. This PR depends on corresponding PR in dbt-athena-community repo, which implements required macroses.
Checklist