Skip to content

Commit

Permalink
Add FIXME (#6139)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed May 18, 2024
1 parent debeef1 commit e39d19f
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 @@ -338,6 +338,8 @@ def pfb_schema_from_anvil_schema(anvil_schema: JSON
entity_types = []
for table_schema in sorted(anvil_schema['tables'], key=itemgetter('name')):
table_name = table_schema['name']
# FIXME: Improve handling of DUOS replicas
# https://github.com/DataBiosphere/azul/issues/6139
is_duos_type = table_name.removeprefix('anvil_') == BundleEntityType.duos.value
entity_types.append(table_name)
field_schemas = []
Expand Down

0 comments on commit e39d19f

Please sign in to comment.