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