jopheno commented on issue #32028: URL: https://github.com/apache/superset/issues/32028#issuecomment-2746930233
If possible add a way of adding those custom functions to the dialect on `superset.cfg` to ease customization; Postgres offer a very friendly environment to create custom functions of all types, would be sad to have to stick with Vanilla Postgres, or have to go through a lot of trouble just to add to it; We also use TimescaleDB in here, and although it works just fine on SQLLab, it doesn't work on charts... Also, I was required to enable DDL & DML in order to use LAST hyperfunction from timescaledb; And, if possible, and if it already doesn't have, a whitelist of custom functions that could be executed without having to enable DDL & DML; -- 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]
