Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Components] xata #13198

Open
pipedream-component-development opened this issue Aug 8, 2024 · 0 comments · May be fixed by #13853
Open

[Components] xata #13198

pipedream-component-development opened this issue Aug 8, 2024 · 0 comments · May be fixed by #13853
Assignees

Comments

@pipedream-component-development
Copy link
Collaborator

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.

@lcaresia lcaresia self-assigned this Aug 26, 2024
@lcaresia lcaresia linked a pull request Sep 5, 2024 that will close this issue
@coderabbitai coderabbitai bot linked a pull request Sep 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants