You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "leecjohnny (via GitHub)" <gi...@apache.org> on 2023/06/14 21:00:11 UTC

[GitHub] [superset] leecjohnny commented on issue #15825: [db_specific] CockroachDB does not support to_timestamp

leecjohnny commented on issue #15825:
URL: https://github.com/apache/superset/issues/15825#issuecomment-1591977137

   Currently, I face this error when using `Version: 2023.23.1` via preset.io.
   
   Specifically, it says `Error: unknown signature: to_timestamp(string, string)`
   
   CockroachDB doesn't have that exact `to_timestamp` function that returns a timestamp-like datatype. Though it does have `strptime(input: string, format: string) → timestamptz`
   
   https://www.cockroachlabs.com/docs/stable/functions-and-operators.html#date-and-time-functions
   
   is this a sqlalchemy driver issue or superset?
   
   driver: https://github.com/cockroachdb/sqlalchemy-cockroachdb 


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org