Exasol virtual schema adapter development
Skill exasol-labs/exasol-agent-skills/plugins/exasol/skills/exasol-virtual-schema-adapter-development
Exasol skills for AI agents. Optimized for Claude Code and OpenAI Codex 🤖
npx -y skills add exasol-labs/exasol-agent-skills --skill exasol-virtual-schema-adapter-developmentAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Build, install, validate, and debug custom Exasol virtual schema adapters. Covers source-specific JDBC dialect implementation with virtual-schema-common-jdbc, custom document-file adapter code boundaries, JAR packaging, BucketFS deployment, adapter script setup, EXPLAIN VIRTUAL validation, and adapter-side remote debugging workflows.
SKILL.md
2.4 KB, as published. Nobody here has run it
Exasol Virtual Schema Adapter Development Skill
Trigger when the user mentions build a custom virtual schema adapter, virtual-schema-common-jdbc, remote debugging for a virtual schema adapter, new SQL dialect adapter, source-specific JDBC dialect, custom document-file adapter implementation, custom adapter properties, pushdown capabilities, type mapping, metadata reader, or adapter JAR packaging.
Routing Algorithm
-
Build or customize an adapter
- Trigger phrases:
custom adapter,build virtual schema adapter,new SQL dialect,source-specific JDBC dialect,custom document-file adapter,virtual-schema-common-jdbc,SqlDialect,AdapterFactory,VirtualSchemaAdapter,metadata reader - Load:
references/adapter-development.md
- Trigger phrases:
-
Design adapter behavior
- Trigger phrases:
custom adapter properties,pushdown capabilities,type mapping,identifier quoting,literal rendering,function pushdown,custom dialect tests,adapter integration tests - Load:
references/adapter-development.md
- Trigger phrases:
-
Install or update adapter artifacts
- Trigger phrases:
adapter JAR,driver JAR,BucketFS,JAVA ADAPTER SCRIPT,deploy adapter - Load:
references/adapter-development.md
- Trigger phrases:
-
Validate and debug adapter behavior
- Trigger phrases:
EXPLAIN VIRTUAL,connection validation,remote debugging for virtual schema adapters,pushdown debugging,adapter-side issue - Load:
references/adapter-development.md
- Trigger phrases:
Notes
- Use this skill when the work is about adapter code, packaging, installation, or adapter-side debugging.
- Use exasol-jdbc-virtual-schemas or exasol-document-virtual-schemas when the user only needs to create, refresh, or query an existing virtual schema.
- Use exasol-extension-catalog first when the user is still choosing which existing adapter family or maintained extension to use.
- Use exasol-bucketfs if the task is specifically about generic BucketFS file management outside the adapter deployment flow.