I’m processing data that multiple other teams are collaborating on upstream.
I have no visibility over what the other teams are doing and it happened that new markings were put in the input data and propagated through the pipeline, hence making my output inaccessible.
Is it possible to access the list of Markings applied on my input dataset in code repository, so that I will fail the build if new (unexpected) Markings are applied ?
Hi Vincent,
If the requirement is to define a list of allowed markings such that you prevent markings not included in that list coming in from upstream Projects, there is functionality that allows you to do that. I should also note that the inverse is also possible; that being defining a specific list of prohibited markings that are not allowed in a Project. This functionality will work for the use case you are describing assuming the upstream dependencies are coming from another project.
You can find out more about this functionality here.
1 Like