{$t.settings?.env_description || 'Configure Superset environments for dashboards and datasets.'}
-
+
{editingEnvId ? 'Edit' : 'Add'} Environment
+
+
+
Backup Schedule
+
+
+
+
+
+
+
+
+
Example: 0 0 * * * (daily at midnight)
+
+
+
+
+
+
+
+
+ {/if}
+
{#if settings.environments && settings.environments.length > 0}
-
-
{$t.settings?.connections || 'Database Connections'}
-
- {$t.settings?.connections_description || 'Configure database connections for data mapping.'}
-
-
- {:else if activeTab === 'llm'}
-
-
-
{$t.settings?.llm || 'LLM Providers'}
-
- {$t.settings?.llm_description || 'Configure LLM providers for dataset documentation.'}
-
-
-
-
-
{:else if activeTab === 'logging'}
@@ -272,6 +426,76 @@
{$t.settings?.logging_description || 'Configure logging and task log levels.'}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Logs agent reasoning and internal state changes for debugging.
+
+
+
+
+
+
+
+
+ {:else if activeTab === 'connections'}
+
+
+
{$t.settings?.connections || 'Database Connections'}
+
+ {$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.
+
+
+ {/if}
+
+ {:else if activeTab === 'llm'}
+
+
+
{$t.settings?.llm || 'LLM Providers'}
+
+ {$t.settings?.llm_description || 'Configure LLM providers for dataset documentation.'}
+
+
+
{:else if activeTab === 'storage'}
@@ -280,6 +504,32 @@
{$t.settings?.storage_description || 'Configure file storage paths and patterns.'}
+
+