Skip to content

Add fetch_task_data helper for retrieving task results#11

Merged
CallumMcMahon merged 1 commit into
mainfrom
add-fetch-task-data-helper
Jan 16, 2026
Merged

Add fetch_task_data helper for retrieving task results#11
CallumMcMahon merged 1 commit into
mainfrom
add-fetch-task-data-helper

Conversation

@CallumMcMahon
Copy link
Copy Markdown
Member

Summary

  • Adds fetch_task_data(task_id) helper function that takes a task ID and returns the associated table data as a pandas DataFrame
  • Simplifies the common workflow of fetching completed task results without needing to manually handle artifact IDs
  • Exported from package root for easy access: from everyrow import fetch_task_data

Test plan

  • Verified import works: from everyrow import fetch_task_data
  • Tested with real task IDs (35dd0a48-29aa-4488-be7b-c988c352f560, 114993e3-ad34-55c4-9099-8ea743bdf7ac) - both return expected DataFrame
  • Type checking passes (basedpyright)
  • Linting passes (ruff)

🤖 Generated with Claude Code

Adds a convenience function that takes a task ID and returns the
associated table data as a pandas DataFrame. This simplifies the
common workflow of fetching completed task results.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

@jackwildman jackwildman left a comment

Choose a reason for hiding this comment

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

Looks good

@CallumMcMahon CallumMcMahon merged commit ad872cd into main Jan 16, 2026
@CallumMcMahon CallumMcMahon deleted the add-fetch-task-data-helper branch January 16, 2026 20:02
hnykda pushed a commit that referenced this pull request Jan 22, 2026
Adds a convenience function that takes a task ID and returns the
associated table data as a pandas DataFrame. This simplifies the
common workflow of fetching completed task results.

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
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