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

feat(cli): Add support for exporting dataset with cursor #7068

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

sgulseth
Copy link
Member

@sgulseth sgulseth commented Jul 3, 2024

Description

A new mode in the export endpoint allows streaming incrementally with a cursor

What to review

Testing

Added a CLI test to make sure it picks it up 👍

Notes for release

Export: Add new export mode that can uses a cursor when exporting, this might be more performant for larger datasets, but might not be as accurate if the dataset is being modified during export. Defaults to stream

Copy link

vercel bot commented Jul 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
page-building-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 5, 2024 11:07am
performance-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 5, 2024 11:07am
test-compiled-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 5, 2024 11:07am
test-next-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 5, 2024 11:07am
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 5, 2024 11:07am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Jul 5, 2024 11:07am

Copy link
Contributor

github-actions bot commented Jul 3, 2024

No changes to documentation

Copy link
Contributor

github-actions bot commented Jul 3, 2024

Component Testing Report Updated Jul 5, 2024 11:14 AM (UTC)

File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx ✅ Passed (Inspect) 37s 15 0 0
formBuilder/ArrayInput.spec.tsx ✅ Passed (Inspect) 7s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx ✅ Passed (Inspect) 28s 6 0 0
formBuilder/inputs/PortableText/copyPaste/CopyPaste.spec.tsx ✅ Passed (Inspect) 32s 11 7 0
formBuilder/inputs/PortableText/Decorators.spec.tsx ✅ Passed (Inspect) 14s 6 0 0
formBuilder/inputs/PortableText/DisableFocusAndUnset.spec.tsx ✅ Passed (Inspect) 8s 3 0 0
formBuilder/inputs/PortableText/DragAndDrop.spec.tsx ✅ Passed (Inspect) 59s 0 0 0
formBuilder/inputs/PortableText/FocusTracking.spec.tsx ✅ Passed (Inspect) 36s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx ✅ Passed (Inspect) 1m 17s 21 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx ✅ Passed (Inspect) 1m 6s 18 0 0
formBuilder/inputs/PortableText/PresenceCursors.spec.tsx ✅ Passed (Inspect) 7s 3 9 0
formBuilder/inputs/PortableText/RangeDecoration.spec.tsx ✅ Passed (Inspect) 21s 9 0 0
formBuilder/inputs/PortableText/Styles.spec.tsx ✅ Passed (Inspect) 15s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx ❌ Failed (Inspect) 1m 10s 20 0 1
formBuilder/tree-editing/TreeEditing.spec.tsx ✅ Passed (Inspect) 1m 39s 30 0 0

@sgulseth sgulseth marked this pull request as ready for review July 4, 2024 14:52
@sgulseth sgulseth requested a review from a team as a code owner July 4, 2024 14:52
@sgulseth sgulseth requested review from rexxars and a team and removed request for a team July 4, 2024 14:52
Copy link
Contributor

@j33ty j33ty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants