You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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.

  • No labels