From ebe042a773c7abd1885440fa58435b07c7d70750 Mon Sep 17 00:00:00 2001 From: Noa Aviel Dove Date: Fri, 12 Apr 2024 17:24:39 -0700 Subject: [PATCH] Add FIXME (#6139) --- src/azul/service/avro_pfb.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/azul/service/avro_pfb.py b/src/azul/service/avro_pfb.py index 3f689ec9a7..343ced674c 100644 --- a/src/azul/service/avro_pfb.py +++ b/src/azul/service/avro_pfb.py @@ -201,6 +201,8 @@ def for_replica(cls, replica: MutableJSON, schema: JSON) -> Self: # of AnVIL datasets have the same ID as the replica for the dataset # itself. Terra appears to combine PFB entities with the same ID # into a single row. + # FIXME: Improve handling of DUOS replicas + # https://github.com/DataBiosphere/azul/issues/6139 return cls(id=replica['entity_id'], name=name, object=object_) @classmethod