create-business-views

Create, regenerate, delete, or publish business views and SQL mappings from an ontology.

4|10|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/Stratio/genai-agents --skill create-business-views
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-business-views
Source: https://github.com/Stratio/genai-agents/tree/main/shared-skills/create-business-views
Command: npx skills add https://github.com/Stratio/genai-agents --skill create-business-views

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically manage business views and their SQL mappings in Stratio Governance from an existing ontology, reducing manual governance overhead and errors.

Core Features & Use Cases

  • Create, regenerate, delete, or publish business views and their SQL mappings from a reviewed ontology.
  • Compare ontology classes with existing views and selectively publish or update them to Pending Publish.
  • Use case: rebuild all views after ontology extension or remove obsolete Draft views while preserving Published ones.

Quick Start

Create, regenerate, or delete business views and their SQL mappings from an ontology, then publish pending views if desired.

Frequently Asked Questions about create-business-views

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and publish business views from an ontology?

To create and publish business views from an ontology, you use governance APIs to generate the views and their SQL mappings, then apply a publish action to move them from a pending state to live.

Can I regenerate business views after extending an ontology without losing published data?

Yes, you can regenerate business views in batch after an ontology extension. The process selectively updates obsolete Draft views while explicitly protecting and preserving previously Published views.

How do I delete obsolete business views in SQL governance workflows?

You can delete obsolete business views by triggering a delete action through the governance API, which requires explicit confirmation to prevent accidental removal of active or published SQL mappings.

What is the difference between Draft and Pending Publish states for business views?

Draft views are newly created or regenerated structures awaiting review, whereas Pending Publish indicates the business views and their SQL mappings are validated and ready for the final publishing action.

How do I compare ontology classes with existing business views before publishing?

You compare ontology classes with existing views by retrieving ontology information through the governance API, allowing selective updates or publishing of only the modified or new SQL mappings.