- Providers
- Sources
- Entities
- Features
- Labels
- Training Sets
- Models
- Users
Example Config
In this example, we’ll add tags and properties to all the resources included in the Quickstart (Docker):providers.py
Updating Tags
Currently, we can update metadata tags that have already been applied to resources:-
tags
: adding a new tag to a previously registered resource will append it to the list -
properties
: adding a new key-value pair to a previously registered resource will add the pair to the set; if an pair contains an existing key, then the new value will overwrite the old value