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

[Feature] Glue database creation should be optional #716

Open
1 task done
moltar opened this issue Sep 12, 2024 · 0 comments
Open
1 task done

[Feature] Glue database creation should be optional #716

moltar opened this issue Sep 12, 2024 · 0 comments
Labels
feature New feature or request

Comments

@moltar
Copy link

moltar commented Sep 12, 2024

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

@moltar moltar added the feature New feature or request label Sep 12, 2024
@moltar moltar changed the title [Feature] schema creation should be optional [Feature] Glue database creation should be optional Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant