-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
What happened?
Currently we don't overwrite indexes when region="auto"
Lines 1769 to 1770 in e6ccedb
if region_was_autodetected: | |
dataset = dataset.drop_vars(dataset.indexes) |
I propose we do this for all region writes and completely disallow modifying indexes with a region write.
This would match the map_blocks
model, where all indexes are specified in the template
and no changes by the mapped function are allowed.
jhamman