Expand description
Well-known operator IDs and names that are pre-populated in the database.
⚠️ DO NOT EDIT THIS FILE MANUALLY ⚠️
These constants are auto-generated from the Go source file:
go/pkg/sysdb/metastore/db/dbmodel/constants.go
§To add a new operator:
-
Create a database migration to INSERT the operator (in
go/pkg/sysdb/metastore/db/migrations/*.sql) -
Add the UUID constant to
go/pkg/sysdb/metastore/db/dbmodel/constants.go:OperatorMyOperator = uuid.MustParse("your-uuid-here") OperatorNameMyOperator = "my_operator" -
Run the generation script:
./bin/generate_operator_constants.sh -
Commit the updated
operators_generated.rsfile
See rust/types/README_OPERATORS.md for more details.
Constants§
- OPERATOR_
RECORD_ COUNTER_ ID - UUID for the built-in record_counter operator
- OPERATOR_
RECORD_ COUNTER_ NAME - Name of the built-in record_counter operator