Skip to content

unable to remove table notice text #55

@bpdanskin

Description

@bpdanskin

Cannot use update_metadata() to remove notice text. The following line of code:

client.annotation.update_metadata(table_name='proofreading_status_and_strategy', notice_text=None)

does not error, but fails to update the notice text. If I hackily do:

client.annotation.update_metadata(table_name='proofreading_status_and_strategy', notice_text='None')

it successfully updates the notice text to return the string 'None', but as of now there is no way to delete the warning notice on a table query.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions