dfoley84 opened a new pull request, #27076:
URL: https://github.com/apache/superset/pull/27076

   <!---
   Please write the PR title following the conventions at 
https://www.conventionalcommits.org/en/v1.0.0/
   Example:
   fix(dashboard): load charts correctly
   -->
   
   ### SUMMARY
   <!--- Describe the change below, including rationale and design decisions -->
   
   Fix was Merged #25318, but issue is still reproducible on Superset version 
3.0.0 & 3.1.0 
   
   `:ERROR:superset.views.base:Excel does not support datetimes with timezones. 
Please ensure that datetimes are timezone unaware before writing to Excel. 
Traceback (most recent call last): File 
"/usr/local/lib/python3.9/site-packages/flask/app.py", line 1823, in 
full_dispatch_request rv = self.dispatch_request() File 
"/usr/local/lib/python3.9/site-packages/flask/app.py", line 1799, in 
dispatch_request return 
self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) File 
"/usr/local/lib/python3.9/site-packages/flask_appbuilder/security/decorators.py",
 line 95, in wraps return f(self, *args, **kwargs) File 
"/app/superset/views/base_api.py", line 127, in wraps raise ex File 
"/app/superset/views/base_api.py", line 121, in wraps duration, response = 
time_function(f, self, *args, **kwargs) File "/app/superset/utils/core.py", 
line 1454, in time_function response = func(*args, **kwargs) File 
"/app/superset/utils/log.py", line 255, in wrapper value = f(*args, **kwargs) 
File "/app/sup
 erset/charts/data/api.py", line 256, in data return self._get_data_response( 
File "/app/superset/charts/data/api.py", line 412, in _get_data_response result 
= command.run(force_cached=force_cached) File 
"/app/superset/commands/chart/data/get_data_command.py", line 45, in run 
payload = self._query_context.get_payload( File 
"/app/superset/common/query_context.py", line 101, in get_payload return 
self._processor.get_payload(cache_query_context, force_cached) File 
"/app/superset/common/query_context_processor.py", line 600, in get_payload 
query_results = [ File "/app/superset/common/query_context_processor.py", line 
601, in <listcomp> get_query_results( File 
"/app/superset/common/query_actions.py", line 224, in get_query_results return 
result_func(query_context, query_obj, force_cached) File 
"/app/superset/common/query_actions.py", line 186, in _get_results payload = 
_get_full(query_context, query_obj, force_cached) File `
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   <!--- Skip this if not applicable -->
   
   ### TESTING INSTRUCTIONS
   <!--- Required! What steps can be taken to manually verify the changes? -->
   
   ### ADDITIONAL INFORMATION
   <!--- Check any relevant boxes with "x" -->
   <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to