rusackas commented on code in PR #41489:
URL: https://github.com/apache/superset/pull/41489#discussion_r3615068251
##########
superset/models/helpers.py:
##########
@@ -1625,6 +1625,56 @@ def _resolve(label: str | None) -> tuple[bool, str |
None]:
seen.add(label)
return tuple(labels)
+ def _offset_only_dttm_cols(
Review Comment:
Added a regression test for this, granularity column with offset=4 and a
native-datetime df, asserting the shift lands once not twice.
--
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]