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 Presto views #212

Open
patduin opened this issue Mar 4, 2021 · 0 comments
Open

Support Presto views #212

patduin opened this issue Mar 4, 2021 · 0 comments

Comments

@patduin
Copy link
Contributor

patduin commented Mar 4, 2021

I'd like WaggleDance to support Presto views.

Currently Presto views aren't parsed and database names aren't transformed in the Presto View this is because Presto stores the view as:

Presto stores a marker /* Presto View / in the Table’s expandedText field, and then in the originalText field, it stores / Presto View: */.

No idea if the base64 encode view is parseable by the HiveParser used in Waggle Dance that needs to be tested.

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

No branches or pull requests

1 participant