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 31, 2024
1 parent 0499a9d commit a5212fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/azul/plugins/metadata/anvil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ def verbatim_pfb_schema(self,
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 == 'anvil_dataset'
entity_types.append(table_name)
field_schemas = [
Expand Down

0 comments on commit a5212fa

Please sign in to comment.