tooptoop4 opened a new issue #11974: URL: https://github.com/apache/incubator-superset/issues/11974
I have a presto table called some_schema.my_table after typing select * from some_schema.my_t it does not prompt for my_table ### Expected results it should prompt for my_table in the dropdown list ### Actual results no autocomplete prompt found (it disappears as I type more characters, and it was not showing in the list ever) #### How to reproduce the bug 1. Go to sql lab 2. type select * from <someschema>.<first_few_characters_of_sometablename> ### Environment - superset version: 36 - python version: 3.7 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
