Skip to content
Legacy docs for Tenzir v5.x. For the latest Tenzir v6 series, visit docs.tenzir.com. Migrating from v5? Read the Tenzir v6 migration guide.

Creates a lookup table context.

context::create_lookup_table name:string

The context::create_lookup_table operator constructs a new context of type lookup table.

You can also create a lookup table as code by adding it to tenzir.contexts in your tenzir.yaml:

<prefix>/etc/tenzir/tenzir.yaml
tenzir:
contexts:
my-table:
type: lookup-table

The name of the new lookup table.

context::create_lookup_table "ctx"

Last updated: