Add support for bulk creation of objects with multi-value attributes
- Dominant language
- Python
- Stars
- 46
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
It appears that we may have completely overlooked the ability to create objects in bulk that have multi-value attributes (e.g. where the attribute on the server side has `multi=True`).
We'll need to come up with a way to represent these. It might be better to reconsider the entire format of the bulk file to something more descriptive than the "colon-separated" format we have now.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the current colon-separated bulk-file handling and the object-creation path in the Python client and CLI. Determine how multi-value attributes are represented and define the bulk format changes needed; done means bulk creation accepts objects whose server-side attributes use multi=True.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100