Clearing Metadata Errors

Whenever you provision a C3 package to your tag, you will get a multitude of metadata warnings, and in some cases errors.
This results in the following yellow or red banner at the top of your static console.

to clear these errors, simply issue

DbMetadataIssue.removeAll()

in the static console or

c3.DbMetadataIssue.removeAll()

through a connected python session.