Skip to content

mark binaries generated by bulk export with useful metadata. #4774

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tadgh opened this issue Apr 25, 2023 · 0 comments · Fixed by #4781
Closed

mark binaries generated by bulk export with useful metadata. #4774

tadgh opened this issue Apr 25, 2023 · 0 comments · Fixed by #4781

Comments

@tadgh
Copy link
Collaborator

tadgh commented Apr 25, 2023

Currently, upon reading a binary resource, it is impossible to tell what generated it. This feature requests:

  1. 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.
  2. 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.
  3. Since Binaries do not support extensions, store this data in the binary.meta.extensions field.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant