In the SG Python API, we have the capability of uploading an attachment to an entity and specifying tags, but I can’t find any way to batch upload assets and assign tags to them through the code.
Let’s say I have a constants file:
Also, perhaps worth noting that it looks like (you may already know this but I’m being pedantic since you didn’t mention it directly) you’re using a wrapper for the Python API, so as long as the batch call works under the wrapper the same way that it should for the API, you’ll be okay, but obvs you’d want to test that out to make sure
Thank you for responding! I have yet to see anything on how to properly format Tags for SG–
So to be clear, “TAG_FIELD_CODE”: [list_of_tag_dicts]
Would list_of_tag_dicts contain dictionaries with the tag name and project ID? or is it just a list of strings to upload as a tag?