Autocomplete parser for catalog.database.table #89
gate2017aloy
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, we need help in that our data is divided into hierarchies, catalogs, databases, and tables.
So for us,
Select * from catalog_name.database_name.table_name
is a valid query. But for the current Hue parser, this is an invalid query and results in an error. Is there some way we can modify the jison grammar to support such a scenario?Beta Was this translation helpful? Give feedback.
All reactions