intech opened a new issue, #23889:
URL: https://github.com/apache/superset/issues/23889

   In file `/superset/db_engine_specs/cockroachdb.py` need to add the override 
method:
   
   
https://github.com/apache/superset/blob/fd3030fc14dab1c89d198f74c8745b4c22282c9a/superset/db_engine_specs/postgres.py#L332-L333
   
   And change to the `TO_CHAR` function:
   
   ```java
   return f"TO_CHAR('{dttm.date().isoformat()}', 'YYYY-MM-DD')" 
   ```


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