mirror of
https://github.com/langchain-ai/langsmith-data-migration-tool.git
synced 2026-07-21 00:55:23 -04:00
Add annotation queue mapping to run rules migration #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @simon-langchain on GitHub (Dec 17, 2025).
Run rules migration supports dataset and project mapping, but not annotation queues. Rules referencing annotation queues fail with
400 - Annotation queue not foundbecause the source workspace's queue IDs don't exist in the destination.Request: Add annotation queue ID mapping to the migration tooling, consistent with existing dataset/project mapping.