bwgroff commented on issue #11745:
URL: https://github.com/apache/superset/issues/11745#issuecomment-832191749
I have the same issue with presto, where I see this error:
```
'message': 'line 271:26: Cannot apply operator: timestamp(3) with time zone
>= varchar(26)',
```
and here is the offending line of the templated query:
```
WHERE "created_at_month" >= '2014-05-04 00:00:00.000000'
AND "created_at_month" < '2021-05-04 00:00:00.000000'
```
and confirming that the field is a timestamp:

Any ideas how I should proceed?
--
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]