{$t.settings?.env_description || "Configure Superset environments for dashboards and datasets."}
{#if !editingEnvId && !isAddingEnv}Example: 0 0 * * * (daily at midnight)
| {$t.connections?.name || "Name"} | URL | {$t.connections?.user || "Username"} | Default | {$t.settings?.env_actions || "Actions"} |
|---|---|---|---|---|
| {env.name} | {env.url} | {env.username} | {#if env.is_default} Yes {:else} No {/if} |
Warning
No Superset environments configured. You must add at least one environment to perform backups or migrations.
{$t.settings?.logging_description || "Configure logging and task log levels."}
Logs agent reasoning and internal state changes for debugging.
{$t.settings?.connections_description || "Configure database connections for data mapping."}
{#if settings.connections && settings.connections.length > 0}No additional connections configured. Superset database connections are used by default.
{:else}No external connections configured.
{$t.settings?.llm_description || "Configure LLM providers for dataset documentation."}
{$t.settings?.llm_chatbot_settings_description || "Select provider and optional model override for assistant intent planning."}
{$t.settings?.llm_provider_bindings_description || "Select which provider is used by default for each LLM task."}
{$t.settings?.llm_multimodal_warning || "Dashboard validation requires a multimodal model (image input)."}
{/if}{$t.settings?.llm_prompts_description || "Edit reusable prompts used for documentation, dashboard validation, and git commit generation."}
{$t.settings?.storage_description || "Configure file storage paths and patterns."}