You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(engine_adapter): add set_default_catalog instead of poking _default_catalog
Cleanup for expired environments needed to override a cloned adapter's
default catalog, but with_settings() hardcodes default_catalog from the
source adapter, leaving no public way to override it. Add a small setter
instead of reaching into the private attribute directly.
Signed-off-by: mday-io <mdaytn@gmail.com>
0 commit comments