Skip to content

Commit 1226a19

Browse files
committed
Add FIXME (#7005)
1 parent cbf9c6d commit 1226a19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/azul/plugins/metadata/anvil/indexer/transform.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,8 @@ def _file_types(cls) -> FieldTypes:
313313
'is_supplementary': null_bool,
314314
# Not in schema
315315
'version': null_str,
316+
# FIXME: Redundant file fields for AnVIL are no longer needed
317+
# https://github.com/DataBiosphere/azul/issues/7005
316318
'uuid': null_str,
317319
'size': null_int,
318320
'name': null_str,

0 commit comments

Comments
 (0)