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

Support users who can't create schemas #121

Merged
merged 2 commits into from
Feb 22, 2022
Merged

Conversation

dimberman
Copy link
Collaborator

@dimberman dimberman commented Feb 18, 2022

Allow an option where if a user does not have schema creation
permissions they can still use astro (albeit with only pre-created
schemas)

Resolves #120

@tatiana
Copy link
Collaborator

tatiana commented Feb 21, 2022

Hi @dimberman , thanks for working on this. It will significantly increase the potential users of Astro.

What do you think are the trade-offs of having a configuration-based approach (using an environment variable) instead of trying to create the schema (if it doesn't exist) / handling the exception?

@tatiana tatiana added this to the 0.6.0a1 milestone Feb 21, 2022
@tatiana tatiana changed the title Support users who can't create schemas #120 Support users who can't create schemas Feb 21, 2022
Base automatically changed from add-integration-tests to main February 22, 2022 17:02
Allow an option where if a user does not have schema creation
permissions they can still use astro (albeit with only pre-created
schemas)

(cherry picked from commit 716ac42)
@dimberman dimberman merged commit e8b8d07 into main Feb 22, 2022
@dimberman dimberman deleted the add-set-schema-option branch February 22, 2022 19:25
@tatiana tatiana added the priority/high High priority label Mar 1, 2022
utkarsharma2 pushed a commit that referenced this pull request Mar 30, 2022
* Support users who can't create schemas #120

Allow an option where if a user does not have schema creation
permissions they can still use astro (albeit with only pre-created
schemas)

(cherry picked from commit 716ac42)

* fix tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/high High priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support users who do not have permissions of creating schemas
3 participants