Skip to content

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

@kbolashev

Description

@kbolashev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions