dpgaspar commented on code in PR #19648:
URL: https://github.com/apache/superset/pull/19648#discussion_r848356852
##########
superset/views/base_api.py:
##########
@@ -66,7 +66,7 @@ class DistinctResultResponseSchema(Schema):
text = fields.String(description="The distinct item")
-class DistincResponseSchema(Schema):
+class DistinctResponseSchema(Schema):
Review Comment:
not a breaking change
##########
superset/viz.py:
##########
@@ -449,7 +449,7 @@ def cache_key(self, query_obj: QueryObjectDict, **extra:
Any) -> str:
"5 days ago" or "now").
The `extra` arguments are currently used by time shift queries, since
- different time shifts wil differ only in the `from_dttm`, `to_dttm`,
+ different time shifts will differ only in the `from_dttm`, `to_dttm`,
Review Comment:
it is :)
--
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]