michael-s-molina commented on code in PR #24176: URL: https://github.com/apache/superset/pull/24176#discussion_r1217873928
########## superset/common/query_context_processor.py: ########## @@ -420,21 +487,19 @@ def processing_time_offsets( # pylint: disable=too-many-locals,too-many-stateme ) ) + # modifies temporal column using offset offset_metrics_df[index] = offset_metrics_df[index] - DateOffset( **normalize_time_delta(offset) ) Review Comment: I'm not sure if I understand what you're suggesting. Can you explain more? -- 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-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org