client icon indicating copy to clipboard operation
client copied to clipboard

Warn users on trying to upload metadata outside of a context too frequently

Open kbolashev opened this issue 2 years ago • 0 comments

should prevent from oversaturating the network when making a mistake and doing something like:

for dp in ds.all():
    with ds.metadata_context() as ctx:
        ctx.upload_metadata(....)

Instead of having the context outside

kbolashev avatar Aug 16 '23 11:08 kbolashev