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:
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