zhaoyongjie commented on issue #13702:
URL: https://github.com/apache/superset/issues/13702#issuecomment-802645230
It seems that Athena is not implicitly converted from string to
datetime-like. This problem may exist in Athena / Clickhouse / Kylin2.
@ValentinC-BR
could you try this SQL using SQLLab, and change the where clause to like
this:
```
....
WHERE date_add('day', 10, subscription_date) >= cast('2021-02-19 00:00:00'
as date)
AND date_add('day', 10, subscription_date) < cast('2021-03-19 00:00:00' as
date)
...
```
Can it query?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]