Skip to content

Annotate

Adds annotations to a DeltaFile.

Parameters

NameDescriptionAllowed ValuesRequiredDefault
annotationsKey value pairs of annotations to be addedstring (map)
discardPrefixPrefix to remove from each metadata key before adding it as an annotationstring
metadataPatternsList of regex patterns matching metadata keys to add as annotationsstring (list)

Output

Content is passed through unchanged.

Annotations

Annotations set in the annotations parameter will be added.

If the metadataPatterns parameter is set, metadata matching the key patterns will be added if not already set by the annotations parameter.

Errors

  • On an annotation parameter that contains a zero-length key or value

Contact US