Hello -
Our team is looking to migrate to Hue from users running jupyter on their own workstations, but we’re witnessing something that’s a blocker at this point.
We’re using to breaking up large and complex SQL queries across multiple notebook cells, and interleaving instructions and sanity checks throughout as markdown.
In testing Hue we’re seeing that each cell appears to be a new connection to the database, so per-connection temp tables are going away.
Is this expected behavior, or did we screw up some configuration along the way? Is this not even an appropriate use case for Hue notebooks?
We’re using the sqlalchemy drivers. We use both Redshift and SQL Server.