datasource-creator
Installation
SKILL.md
Datasource Creator
Create OData or flow-based datasource configurations for Datex Studio.
References
- ../datex-studio-shared/branch-setup.md -- Branch & connection selection (shared across skills)
- references/parameter-strategies.md -- Parameter strategies, linked datasources, quoting rules, cascading params
- references/datasources.md -- Datasource taxonomy: component variant (
-datasource.jsonvs-footprintDatasource.json) × query type (OData vs flow), calling convention, tier restrictions, embedded datasources - references/odata-datasources.md -- OData query-type platform reference: queryOptions tree, filter expressions, expands, result type shape, pre-flight schema validation, canonical skeleton
- references/flow-datasources.md -- Flow query-type platform reference: paginated vs single-result shapes, getFlow/getListFlow/getByKeysFlow slots, callsite syntax, entity-definition contract, canonical skeletons
Dependencies
REQUIRED BACKGROUND: Read the schema-explorer skill for OData entity discovery
and the odata-execution skill for query building and verification.
Schema exploration is mandatory for ODATA datasources — The type definition must be built from validated schema, not from examples or templates alone. Flow datasources might aggregate data from OData queries under the hood but if it works with already existing datasources, we assume they are already verified.