villebro commented on a change in pull request #17048:
URL: https://github.com/apache/superset/pull/17048#discussion_r747324802



##########
File path: superset/db_engine_specs/base.py
##########
@@ -686,13 +685,14 @@ def df_to_sql(
 
     @classmethod
     def convert_dttm(  # pylint: disable=unused-argument
-        cls, target_type: str, dttm: datetime,
+        cls, target_type: str, dttm: datetime, **kwargs: Any,

Review comment:
       @aniaan I'd prefer not to add `**kwargs` unless it's currently needed 
(it's easy enough to add later when the need comes up). And thinking more 
closely, I'd personally prefer to keep all arguments named so that all 
parameters in the method are explicit.




-- 
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