villebro commented on issue #3524: Cannot created temp table in redshift DB URL: https://github.com/apache/incubator-superset/issues/3524#issuecomment-571775889 Most databases support some type of cross-session temporary table: in SQL Server `##tmp_tbl` vs `#tmp_tbl`, in Snowflake `transient table` vs `temporary table` etc. I suggest using those for now.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
