Zeigt Datenvorschau
Zeigt Beispieldaten aus einer Tabelle oder View mit optionaler Filterung. Nutzen Sie es, um Tabellenstrukturen und -inhalte schnell zu prüfen.
/plugin marketplace add fellnerd/claude-marketplace/plugin install datavault@dimetrics-marketplaceZeige Beispieldaten aus einer Tabelle oder View.
Tool: preview_data
Args: {
"tableName": "{{TABLE_NAME}}",
"schema": "{{SCHEMA}}",
"limit": {{LIMIT}}
}
═══════════════════════════════════════
Vorschau: [{{SCHEMA}}].[{{TABLE_NAME}}]
═══════════════════════════════════════
Zeige {{LIMIT}} von 1,234 Zeilen
┌────────────────────────────────────────────────────────────────────────────┐
│ hk_company │ company_id │ name │ status │ dss_load_date │
├──────────────────┼────────────┼────────────────┼────────┼──────────────────┤
│ A3F2B1C9E8D7... │ 1 │ Musterfirma │ active │ 2024-01-15 10:30 │
│ B4C3D2E1F0A9... │ 2 │ Beispiel GmbH │ active │ 2024-01-15 10:30 │
│ C5D4E3F2A1B0... │ 3 │ Test AG │ pending│ 2024-01-15 10:30 │
└──────────────────┴────────────┴────────────────┴────────┴──────────────────┘
Tool: run_query
Args: {
"query": "SELECT TOP 10 * FROM [{{SCHEMA}}].[{{TABLE_NAME}}] WHERE status = 'active'"
}
{{LIMIT}}: Anzahl Zeilen (Standard: 10, Max: 100){{SCHEMA}}: Schema (Standard: vault)/db-preview hub_company
/db-preview sat_company 20
/db-preview ext_company stg 5