You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The metadata conversion CLI (#3257) currently uses a conversion strategy that is serial over arrays and groups. It may be more performant to switch to a concurrent strategy. See discussion on original PR.