square-activity-64562
08/13/2021, 8:54 AMflow_mce = models.MetadataChangeEventClass(
proposedSnapshot=models.DataFlowSnapshotClass(
urn=flow_urn,
aspects=[
models.DataFlowInfoClass(
name=dag_id,
externalUrl=flow_url,
),
*tags_aspect
],
)
)
But I applied some tags via the UI and then sent some tags via the code and it seems to have overwritten what was applied via the UI.
I went to the URL of the tag to check whether the UI was wrong and the tag was still present. But the tag was not applied to the Pipeline. Seems what tag is sent via airflow ingestion code will overwrite what is added via the UIwitty-butcher-82399
08/13/2021, 9:14 AMEditable***.pdl
aspects.
However, this may cause duplication of aspects for a given entity; eg description being provided by two different connectors. This may result confusing in the UI.
Since this is more a modelling topic, I would like to hear what @big-carpet-38439 or others think about this.square-activity-64562
08/13/2021, 9:51 AM