yunbodeng-db
yunbodeng-db
> @rcypher-databricks here's what our code that makes the connection looks like: > > ```go > func initializeConnection(cfg *config.Config) (*sql.DB, error) { > > var endpointPath string > if strings.Contains(cfg.Databricks.SQLEndpointId,...
> Core review: can you be triple sure that we're not leaking go routines? > > Feature review: why is this needed? how can the session timeout while we're downloading...
Adding async support is not trivial. We need to prioritize and do the design. There is no ETA to provide at this time.
> Hi @yunbodeng-db, I understand async support is non trivial but is this even being considered at the time? Not the async APIs at this moment, but it's possible to...
> invalid_client: Client authentication failed cc @jackyhu-db
> Same error here: > > ``` > retry parameter: _retry_delay_min given_or_default 1.0 > retry parameter: _retry_delay_max given_or_default 60.0 > retry parameter: _retry_stop_after_attempts_count given_or_default 30 > retry parameter: _retry_stop_after_attempts_duration given_or_default...
there is a way around it - fallback to the old inline mode (which basically substitutes using a string replacement). it's an option in the release note. but it gives...