GitHub user mastavichus-vp added a comment to the discussion: Operations on original columns in SQL-SELECT-JOIN query from different databases using the "superset://" connection
The SQLAlchemy function works fine. ``` select SUBSTR(CAST(a.dt AS CHAR),1,10) as dt2, a.* from "pg1.synth.t1" a; ``` Sorry GitHub link: https://github.com/apache/superset/discussions/35173#discussioncomment-14427677 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
