kirivandubai
Community@kirivandubai
Denodo 9.5 data virtualization skills covering VQL, data sources, base and derived views, stored procedures, catalog structure, and Data Marketplace publishing.
Agent Skills by kirivandubai
Showing 7 vetted skills indexed across 1 GitHub repositories.
datasources
Creates Denodo 9.5 data sources, wrappers, and base views from CSV, JSON, and JDBC sources.
procedures
Creates, calls, and verifies Denodo 9.5 stored procedures using VQL templates.
vql
Creates and applies Denodo 9.5 VQL objects through file-based, verified workflows.
catalog
Creates Denodo 9.5 virtual databases, folders, and VDP tags with verified VQL templates.
marketplace
Manages Denodo 9.5 Data Marketplace tags, categories, and external elements via REST API.
execute
Executes VQL statements and Data Marketplace REST calls against live Denodo 9.5 servers.
views
Creates derived views, interface views, and associations in Denodo 9.5 with verified VQL templates.
Frequently Asked Questions About kirivandubai
FAQPage SchemaWhat tasks can I perform with kirivandubai's Denodo skills?▼
You can connect delimited, JSON, and JDBC sources and create base views, write and fix VQL for databases, folders, tags, and views, build derived and interface views with associations, author VQL or Java stored procedures, and publish, tag, and synchronize assets in the Denodo 9.5 Data Marketplace.
Who are these Denodo skills designed for?▼
They target data engineers, Denodo administrators, and analytics engineers working on Denodo 9.5 who need to onboard sources, model virtual views, manage catalog structure, run stored procedures like GET_VIEWS or GENERATE_STATS, or expose data products through the Data Marketplace.
How do the skills execute against a live Denodo server?▼
The execute skill runs VQL files, DESC commands, test SELECT statements, and Data Marketplace REST calls against a live Denodo 9.5 server through the scripts/denodo Bash entry point, and interprets JSON responses including ok:false error payloads.
What are the prerequisites for using these skills?▼
You need access to a Denodo 9.5 environment, including Virtual DataPort for VQL execution and the separate Data Marketplace server behind /denodo-data-catalog for REST-driven tagging, categories, synchronization, and external asset registration.
How are the seven Denodo skills organized?▼
The vql skill is the entry point with naming conventions and the working loop; datasources, views, catalog, procedures, and marketplace handle their respective object types, while execute runs statements against the server. Each description states what it covers and what belongs to another skill.