Skip to content

Commit 997cae8

Browse files
committed
allow non path/enum/version in globals in import_ht_from_config_path
1 parent 97aae46 commit 997cae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/reference_data/dataset_table_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def import_ht_from_config_path(
8080
if 'custom_import' in config
8181
else hl.read_table(path)
8282
)
83-
return ht.select_globals(
83+
return ht.annotate_globals(
8484
path=path,
8585
version=parse_dataset_version(ht, dataset, config),
8686
enums=hl.Struct(

0 commit comments

Comments
 (0)