You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this your first time submitting a feature request?
I have searched the existing issues, and I could not find an existing issue for this feature
Describe the feature
Currently, a run will create a schema if it does not exist.
This is done via the athena__create_schema macro.
However, we pre-created the schema, and it will be always available, thus we never need to create one.
However, this requirement requires us to open up IAM permissions to create schemas, because even running such query, even nothing is created, will fail unless permission is given.
Describe alternatives you've considered
To give permission glue:CreateDatabase.
Who will this benefit?
Everyone who is mindful of security.
Are you interested in contributing this feature?
No
Anything else?
N/A
The text was updated successfully, but these errors were encountered:
Is this your first time submitting a feature request?
Describe the feature
Currently, a run will create a schema if it does not exist.
This is done via the
athena__create_schema
macro.However, we pre-created the schema, and it will be always available, thus we never need to create one.
However, this requirement requires us to open up IAM permissions to create schemas, because even running such query, even nothing is created, will fail unless permission is given.
Describe alternatives you've considered
To give permission
glue:CreateDatabase
.Who will this benefit?
Everyone who is mindful of security.
Are you interested in contributing this feature?
No
Anything else?
N/A
The text was updated successfully, but these errors were encountered: