SpyderRivera opened a new issue #4814: Query time lookups no longer working
URL: https://github.com/apache/incubator-superset/issues/4814
 
 
   
   
   - [x] I have checked the superset logs for python stacktraces and included 
it here as text if any
   - [x] I have reproduced the issue with at least the latest released version 
of superset
   - [x] I have checked the issue tracker for the same issue and I haven't 
found one similar
   
   
   ### Superset version
   I built from 24rc1 or git sha fc477292
   
   ### Expected results
   
   Normally when I put in a lookup as a new column I can group by it and see it 
listed in table view. 
   
   ### Actual results
   
   The group by happens, but I do not see the new column values.
   Table View
   ![Table 
View](https://user-images.githubusercontent.com/3988262/38687387-ce33ba6a-3e33-11e8-851b-87fa939ad486.png)
   ![Table View 
Query](https://user-images.githubusercontent.com/3988262/38687436-f00071ec-3e33-11e8-8821-3a6bc8fe5755.png)
   
   Pie Chart View
   ![Pie Chart 
View](https://user-images.githubusercontent.com/3988262/38687559-3010f932-3e34-11e8-8588-9ebe76ec0376.png)
   
   ### Steps to reproduce
   Create any simple lookup
   ```
     {
   "type":"lookup",
   "dimension":"device_type",
   "outputName":"device_type_name",
   "outputType": "STRING",
   "retainMissingValue":true,
   "lookup":{"type": "map", "map":
   {"0": "Unknown",
   "1": "Mobile(Other)",
   "2": "Desktop/Notebook", 
   "3": "Connected/Smart TV", 
   "4": "Mobile Phone",
   "5": "Tablet", 
   "6": "Connected Device", 
   "7": "Set Top Box"}, 
   "isOneToOne":true}
   }
   ```
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to