better-orange-49102
07/21/2022, 8:27 AMpolicy = graph.get_aspect_v2(
entity_urn=policy_urn,
aspect = "dataHubPolicyInfo",
aspect_type=DataHubPolicyInfoClass
)
I will inevitably encounter an AvroException: ('Datum union type not in schema %s', 'filter')
for policies that are created in UI and have a filter condition. (and 1st time created without edits)
It is somehow resolved if i add more entities to the filter, then reverting to the original filter. Not sure why it is happening.