Skip to content

Commit

Permalink
Add FIXME (#6139)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc authored and hannes-ucsc committed Apr 17, 2024
1 parent b5ef9b0 commit ad4b98a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/azul/service/avro_pfb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad4b98a

Please sign in to comment.