Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
RunsDir string
RepoCacheDir string
DBTDriver string
WorkspaceArtifacts []string // workspace-level keep_artifacts (nil = use default)
WebhookPort int // port for inbound webhook HTTP server (0 = use default 9090)
MetaStore engine.MetadataRecorder // nil = no metadata tracking
MetaQueryStore meta.Store // for API query endpoints (can be same instance as MetaStore)
APIToken string // optional bearer token for /api/ endpoints (empty = no auth)
}
Options holds workspace-level settings passed from the CLI layer.
Click to show internal directories.
Click to hide internal directories.