-
Notifications
You must be signed in to change notification settings - Fork 47
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
Implement drop_glue_database macro and method #758
base: main
Are you sure you want to change the base?
Conversation
Thanks for your pull request, and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have your signature on file. Check out this article for more information on why we have a CLA. In order for us to review and merge your code, please submit the Individual Contributor License Agreement form attached above above. If you have questions about the CLA, or if you believe you've received this message in error, please reach out through a comment on this PR. CLA has not been signed by users: @svdimchenko |
) * add docker release to release pipeline * add docker to dependabot * update to align with other adapters * update build arg in test * removed defaulted input for docker package * add permissions for nightly test release * account for draft releases not havign docker, allow docker only release * Update docker/Dockerfile * pull release-prep into this repo to install aws cli, use env vars, and deal with flaky tests * remove unused test script --------- Co-authored-by: Emily Rockman <[email protected]>
Resolves #408
Problem
see the linked issue
Solution
Implement macro
drop_glue_database
which drops database using AWS Glue API instead of Athena API.Checklist