Skip to content

Allow uploading unsuccessful dataset, and export failed rows (For conversions)#8111

Draft
alesan99 wants to merge 6 commits into
mainfrom
conversions-wb
Draft

Allow uploading unsuccessful dataset, and export failed rows (For conversions)#8111
alesan99 wants to merge 6 commits into
mainfrom
conversions-wb

Conversation

@alesan99
Copy link
Copy Markdown
Contributor

@alesan99 alesan99 commented May 26, 2026

Fixes #8150

Gives the workbench the ability to ignore rows that fail when a dataset is being uploaded,
Failed rows are compiled into a csv and given to the user in a notification so that they may be addressed and uploaded separately.

TODO:

  • This should only be enabled in development instances. This should be implemented as an experimental preference in user preferences.

Checklist

  • Self-review the PR after opening it to make sure the changes look good and
    self-explanatory (or properly documented)
  • Add relevant issue to release milestone
  • Add pr to documentation list
  • Add automated tests

Testing instructions

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 26, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 3a2af401-9305-4de4-aa40-b84cd8d2072b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch conversions-wb

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

if FORCE_UPLOAD:
failed_rows.append(row)
else:
cache = _cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 📋Back Log

Development

Successfully merging this pull request may close these issues.

Preference to ignore failed rows when uploading datasets in Workbench.

2 participants