You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/03/03 09:17:36 UTC

[GitHub] [superset] villebro opened a new issue #19008: Table name autocomplete broken in SQL Lab

villebro opened a new issue #19008:
URL: https://github.com/apache/superset/issues/19008


   Currently table names are not added to autocomplete in SQL Lab
   
   #### How to reproduce the bug
   
   1. Go to SQL Lab
   2. Choose the Examples database and related schema (Pubic for Postgres)
   3. Check a name of a table ("Flights" should be present)
   4. Type "select * from Fli" in the Editor and notice that "Flights" doesn't appear in the dropdown
   
   ### Expected results
   
   All table names should be added to the autocomplete dropdown
   
   ### Actual results
   
   No tables are visible in the autocomplete dropdown
   
   #### Screenshots
   
   In the database, we see that the table "Flights" is present:
   <img width="417" alt="image" src="https://user-images.githubusercontent.com/33317356/156534052-d04dd41f-f8f1-4adc-aa85-93a9b1f67ae4.png">
   
    However, the table isn't available in the autocomplete dropdown:
   <img width="1108" alt="image" src="https://user-images.githubusercontent.com/33317356/156534198-c60f7c62-5289-4d6f-b5cf-013a6dfca074.png">
   
   ### Environment
   
   (please complete the following information):
   
   - browser type and version:
   - superset version: master
   - python version: Python 3.8
   - node.js version: Node 16
   - any feature flags active:
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [ ] I have reproduced the issue with at least the latest released version of superset.
   - [ ] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### Additional context
   
   Add any other context about the problem here.
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] rusackas closed issue #19008: Table name autocomplete broken in SQL Lab

Posted by GitBox <gi...@apache.org>.
rusackas closed issue #19008:
URL: https://github.com/apache/superset/issues/19008


   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] kamiljune commented on issue #19008: Table name autocomplete broken in SQL Lab

Posted by GitBox <gi...@apache.org>.
kamiljune commented on issue #19008:
URL: https://github.com/apache/superset/issues/19008#issuecomment-1061695892


   Same problem on master branch, rollback to 1.4.1 solved this problem.
   When you doing this, pls remember to downgrade database:
   `superset db downgrade 32646df09c64`


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org