PropagateTags Data Type

PropagateTags indicates whether tags should propagate across the relationship instance.

Tags can propagate:

NONE - not at all
ONE_TO_TWO - from end 1 to 2
TWO_TO_ONE - from end 2 to 1
BOTH - both ways

Care needs to be taken when specifying. The use cases we are aware of where this flag is useful:

- propagating confidentiality classifications from a table to columns - ONE_TO_TWO could be used here
- propagating classifications around Glossary synonyms - BOTH could be used here.

There is an expectation that further enhancements will allow more granular control of tag propagation and will address how to resolve conflicts.

Values
value description
NONE
ONE_TO_TWO
TWO_TO_ONE
BOTH