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

Resolved issue with Configuration being a required parameter for Athena Workgroups #8021

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chris-p-baker
Copy link

@chris-p-baker chris-p-baker commented Aug 22, 2024

Bug introduced by pull request #7946 which forced Configuration to become a required parameter for Athena Workgroups when it is not. This change allow for the work in the pull request mentioned to function without making Configuration required.

…na Workgroups.

Bug introduced by pull request getmoto#7946 which force Configuration to become a required parameter for Athena Workgroups when it is not. This change allow for the work in the pull request mentioned to function without making Configuration required.
Copy link
Collaborator

@bblommers bblommers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @chris-p-baker! Thank you for the PR. I think we can make this a one-liner:

self.configuration = configuration or {}

Normally I would have merged this as-is, because it works fine. But the linter is now failing, so while adressing that, we might as well simplify the fix.

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