service to the owning team, an account ID to a plan tier, an IP range to a region — without calling
out to an external store on the hot path.
Create a table and add rows
Open Extend tables and create a table. Each row is a key plus a record of named fields. The API also supports extend-table management:Perform a lookup from a transform
Inside a VRL transform, calllookup(table, key) and read a
field off the returned record:
functions.read lists tables and usage. Creating a table requires functions.create; row changes
require functions.edit; deleting a table requires functions.delete.
Pipelines
Build the transform chain that calls the extend tables.