Fields
Fields define the schema of a table — each has an ID, a type, and configuration. Manage them withkylon workspace field.
Rows
Rows are the records in a table. Create, read, update, and delete them withkylon workspace row. Row-level changes can also trigger workflows.
Views
A view is a saved filter, sort, grouping, and column layout over a table. Views let different consumers see the same data shaped for their needs without duplicating it. Filters use a structured JSON DSL, for example:kylon workspace table and kylon workspace field.