Commit e58c98ec by Sarath Subramanian

ATLAS-3803: Update tag propagation to NONE for relationshipDefs in aws_s3_v2 and…

ATLAS-3803: Update tag propagation to NONE for relationshipDefs in aws_s3_v2 and azure_adls_gen2 models
parent 1a971463
...@@ -282,7 +282,7 @@ ...@@ -282,7 +282,7 @@
"isContainer": false, "isContainer": false,
"cardinality": "SINGLE" "cardinality": "SINGLE"
}, },
"propagateTags": "ONE_TO_TWO" "propagateTags": "NONE"
} }
] ]
} }
\ No newline at end of file
...@@ -411,7 +411,7 @@ ...@@ -411,7 +411,7 @@
"isContainer": false, "isContainer": false,
"cardinality": "SINGLE" "cardinality": "SINGLE"
}, },
"propagateTags": "ONE_TO_TWO" "propagateTags": "NONE"
}, },
{ {
"name": "adls_gen2_parent_children", "name": "adls_gen2_parent_children",
...@@ -430,7 +430,7 @@ ...@@ -430,7 +430,7 @@
"isContainer": false, "isContainer": false,
"cardinality": "SINGLE" "cardinality": "SINGLE"
}, },
"propagateTags": "ONE_TO_TWO" "propagateTags": "NONE"
} }
] ]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment