Enables reconfiguration of UC Connection
Previously, the connection env variables were required before start of Dunky kernel. This can be tricky if you can only set env variables during the session. Now you can directly update the session env variables inside the Dunky kernel.
For instance:
sql
ENV MYVAR1=MYVALUE1
MYVAR2=MYVALUE2;
Followed by:
sql
RECREATE SECRET;