{$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?.storage_description || "Configure file storage paths and patterns."}