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
Currently, upon reading a binary resource, it is impossible to tell what generated it. This feature requests:
That the bulk export provider adds a new optional parameter, _exportId to its initiation methods, which will be used to mark resources generated by that bulk export.
that the WriteBinaryFiles step annotates its generated binaries with:
the provided _exportId if available.
the job ID of the job instance.
the resource type of the data contained within that binary.
Since Binaries do not support extensions, store this data in the binary.meta.extensions field.
The text was updated successfully, but these errors were encountered:
Currently, upon reading a binary resource, it is impossible to tell what generated it. This feature requests:
_exportId
to its initiation methods, which will be used to mark resources generated by that bulk export._exportId
if available.binary.meta.extensions
field.The text was updated successfully, but these errors were encountered: