OverviewArchitectureRecipeSourceProcessorSinkContext Graph for AI
OverviewArchitectureRecipeSourceProcessorSinkContext Graph for AI

Labels

The labels processor merges configured labels into entity.properties.labels. Labels are useful for categorization and filtering in downstream catalog services — for example marking records by environment, domain, or sensitivity.

Usage

processors:
  - name: labels
    config:
      labels:
        source: meteor
        classification: internal

Configuration

KeyTypeDescriptionRequired
labelsmap[string]stringKey-value pairs merged into entity.properties.labels.yes

Behavior

If the entity has no labels key in its properties yet, the processor creates it. Existing labels with the same key are overwritten. Edges are not changed.

EnrichScript
On this page
UsageConfigurationBehavior