exasol-database

Exasol Database Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "exasol-database" with this command: npx skills add exasol-labs/exasol-agent-skills/exasol-labs-exasol-agent-skills-exasol-database

Exasol Database Skill

Trigger when the user mentions Exasol, exapump, database import/export, CSV/Parquet upload, Exasol SQL, IMPORT INTO, EXPORT INTO, EXA_, or any Exasol database interaction.

Step 0: Establish Connection

Ensure a working exapump profile before proceeding:

  • If the user mentions a specific profile name → test it: exapump sql --profile <name> "SELECT 1" (always place --profile after the subcommand). On success, use --profile <name> on all subsequent commands.

  • Otherwise → test the default profile: exapump sql "SELECT 1" .

  • On success → proceed. No further connection setup needed.

  • On failure → run exapump profile list to check available profiles.

  • If profiles exist → present the list and ask the user which to use, then retry with exapump sql --profile <name> "SELECT 1" (always place --profile after the subcommand).

  • If no profiles → tell the user to run exapump profile add default to create one, then retry.

  • Never read or reference the exapump configuration file — it contains credentials.

Routing Algorithm

After the connection is established, determine the task type and load only the references needed:

Local files (upload CSV/Parquet, export to local files):

  • Load: references/exapump-reference.md

  • Load: references/import-export.md (decision tree, connection objects)

Remote files / bulk loading (S3, Azure, GCS, FTP, HTTP — IMPORT/EXPORT):

  • Load: references/import-export.md

SQL execution (queries, DDL, DML, schema inspection):

  • Load: references/exapump-reference.md (CLI usage)

  • Load: references/exasol-sql.md (core SQL behavior)

Table design (DISTRIBUTE BY, PARTITION BY, CREATE TABLE layout):

  • Load: references/table-design.md

Query profiling / performance (slow queries, data skew, REORGANIZE):

  • Load: references/query-profiling.md

Analytics / window functions (ROW_NUMBER, RANK, LAG/LEAD, QUALIFY, GROUPING SETS):

  • Load: references/analytics-qualify.md

Virtual Schemas (external data sources, adapter scripts):

  • Load: references/virtual-schemas.md

Multiple routes can apply — load all that match.

  • Before writing any SQL (applies to routes 2–7):

  • Always double-quote every identifier (column names, table names, schema names) in SELECT, FROM, WHERE, GROUP BY, ORDER BY, and JOIN clauses — without exception

  • This preserves mixed-case names and prevents reserved-keyword errors in a single rule

  • Do NOT quote SQL keywords, functions, or aliases — only object identifiers

  • If a query fails with a syntax error, fetch the live reserved keyword list: exapump sql "SELECT KEYWORD FROM EXA_SQL_KEYWORDS WHERE RESERVED ORDER BY KEYWORD"

Related Skills

This skill handles core database interaction: connecting, uploading/exporting files, SQL execution, and table design. For UDF development and Script Language Containers, the exasol-udfs skill provides specialized guidance and will activate automatically when relevant.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

exasol-udfs

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

clinic-visit-prep

帮助患者整理就诊前问题、既往记录、检查清单与时间线,不提供诊断。;use for healthcare, intake, prep workflows;do not use for 给诊断结论, 替代医生意见.

Archived SourceRecently Updated
Automation

changelog-curator

从变更记录、提交摘要或发布说明中整理对外 changelog,并区分用户价值与内部改动。;use for changelog, release-notes, docs workflows;do not use for 捏造未发布功能, 替代正式合规审批.

Archived SourceRecently Updated
Automation

klaviyo

Klaviyo API integration with managed OAuth. Access profiles, lists, segments, campaigns, flows, events, metrics, templates, catalogs, and webhooks. Use this skill when users want to manage email marketing, customer data, or integrate with Klaviyo workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

Archived SourceRecently Updated