[PR #990] [MERGED] Fix: Return partial results on job failure #1007

Closed
opened 2026-02-16 00:19:49 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/990
Author: @pjames27
Created: 10/23/2025
Status: Merged
Merged: 10/23/2025
Merged by: @pjames27

Base: mainHead: pjames27/job-id-on-parse-failure


📝 Commits (3)

  • 3a31e8a Return partial result on failed job
  • 3dbddc9 Changeset patch notes
  • 7f9d11f Removing redundant job id; maintain NO_DATA_FOUND_IN_FILE throw behavior

📊 Changes

3 files changed (+45 additions, -3 deletions)

View changed files

.changeset/three-news-send.md (+5 -0)
📝 py/llama_cloud_services/parse/base.py (+33 -3)
📝 py/llama_cloud_services/parse/types.py (+7 -0)

📄 Description

Especially job id


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_cloud_services/pull/990 **Author:** [@pjames27](https://github.com/pjames27) **Created:** 10/23/2025 **Status:** ✅ Merged **Merged:** 10/23/2025 **Merged by:** [@pjames27](https://github.com/pjames27) **Base:** `main` ← **Head:** `pjames27/job-id-on-parse-failure` --- ### 📝 Commits (3) - [`3a31e8a`](https://github.com/run-llama/llama_cloud_services/commit/3a31e8a10aa4616ae45824d4acb4e3d5a290ebae) Return partial result on failed job - [`3dbddc9`](https://github.com/run-llama/llama_cloud_services/commit/3dbddc999e1546c65aec591874cc5d7dbd454bc2) Changeset patch notes - [`7f9d11f`](https://github.com/run-llama/llama_cloud_services/commit/7f9d11f234e522fce7ea7b6b6fdf7f2a35eb96c3) Removing redundant job id; maintain NO_DATA_FOUND_IN_FILE throw behavior ### 📊 Changes **3 files changed** (+45 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/three-news-send.md` (+5 -0) 📝 `py/llama_cloud_services/parse/base.py` (+33 -3) 📝 `py/llama_cloud_services/parse/types.py` (+7 -0) </details> ### 📄 Description Especially job id --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 00:19:49 -05:00
yindo closed this issue 2026-02-16 00:19:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#1007