villebro commented on code in PR #21378:
URL: https://github.com/apache/superset/pull/21378#discussion_r970963527
##########
superset/utils/core.py:
##########
@@ -1850,28 +1853,31 @@ def normalize_dttm_col(
timestamp_format: Optional[str],
offset: int,
time_shift: Optional[timedelta],
+ dttm_alias: Optional[str] = DTTM_ALIAS,
Review Comment:
nit: could we call this `dttm_col`, `column_name` or other to be more in
line with the method name?
--
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]