Interface: GetGenieSpaceOptions
Options for getGenieSpace.
Properties
Section titled “Properties”context?
Section titled “context?”
optionalcontext?:ContextLike
External cancellation. Accepts a WHATWG AbortSignal or a fully-built SDK
Context (see databricks.ContextLike).
serialized?
Section titled “serialized?”
optionalserialized?:boolean
Request the serialized_space blob (catalogs, tables, sample questions,
prompts). Defaults to true - the only reason to skip it is when the
caller just needs title / description and wants the smaller payload.
Requesting it is best-effort: the blob needs Can Edit on the space, so a
caller without it gets the unserialized space back rather than an error,
and genieSampleQuestions then reports no suggestions.
workspaceClient?
Section titled “workspaceClient?”
optionalworkspaceClient?:WorkspaceClient$1
Explicit WorkspaceClient. Defaults to createWorkspaceClient()
(env-var auth). Server callers should pass their OBO-scoped client so the
lookup runs as the user.