aboganas opened a new issue #6278: Calendar Heatmap error in latest master
URL: https://github.com/apache/incubator-superset/issues/6278
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included 
it here as text if there are 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
   Master
   
   ### Expected results
   Calendar Heatmap works
   
   ### Actual results
   I get the following error
   `unsupported operand type(s) for /: 'Timestamp' and 'int'`
   
   Here is the Python 
   ```
   2018-11-06 05:56:26,419:ERROR:root:unsupported operand type(s) for /: 
'Timestamp' and 'int'
   Traceback (most recent call last):
     File 
"/Users/alganas/LEXER/master/incubator-superset/superset/views/core.py", line 
1162, in generate_json
       payload = viz_obj.get_payload()
     File "/Users/alganas/LEXER/master/incubator-superset/superset/viz.py", 
line 372, in get_payload
       payload['data'] = self.get_data(df)
     File "/Users/alganas/LEXER/master/incubator-superset/superset/viz.py", 
line 788, in get_data
       for obj in records
     File "/Users/alganas/LEXER/master/incubator-superset/superset/viz.py", 
line 788, in <dictcomp>
       for obj in records
   TypeError: unsupported operand type(s) for /: 'Timestamp' and 'int'
   ```
   
   ### Steps to reproduce
   
   just try to create a heatmap cal or load Calendar Heatmap multiformat 
example 
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to