-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels