Skip to content

[Components] xata #13198

@pipedream-component-development

Description

xata

URLs

Actions

create-record

Prompt

Generates a new record with a unique id. User is required to configure the data for the new record.

create-replace-record-given-id

Prompt

Creates or replaces a record using the provided id. If a record with the same id exists, it will be wholly replaced with the new data. Required prop is the record id and the new record data.

create-update-record-given-id

Prompt

Creates or partially updates a record using the provided id. If a record with the same id exists, only the referenced values are updated, keeping the remaining data intact. Required prop is the record id and the new record data.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions