Adding Metadata Tags to Resources
Featureform allows users to apply metadata tags to resources to logically group them together. Metadata tags can either be a list (tags
), a set of key-value pairs (properties
), or both, and are applicable to all resource types:
-
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):
Then, we’ll use the Featureform CLI to register these resources with the applied metadata tags.
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