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

[Presto/Athena] Change: remove special rule around public schema #1509

Merged
merged 1 commit into from
Jan 9, 2017

Conversation

GAwadhwalAtlassian
Copy link
Contributor

Both the Presto and Athena query runners currently have a special rule for the "public" schema. But you do need to define the schema in all situations (even if it's public). I think this rule was copied across when we copied the code from the Postgres query runner.

This PR removes this special rule and treats "public" as just a normal schema.

…chema name in autocomplete and shame list if the schema name is ‘public’
@arikfr arikfr changed the title Remove Special Rule Around Public Schema in Presto & Athena Query Runners [Presto/Athena] Change: remove special rule around public schema Jan 9, 2017
@arikfr arikfr merged commit b11685d into getredash:master Jan 9, 2017
@arikfr
Copy link
Member

arikfr commented Jan 9, 2017

Thanks 👍

@GAwadhwalAtlassian GAwadhwalAtlassian deleted the PublicSchema_Name_Fix branch January 9, 2017 22:58
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