Operations

Generate

This operation is currently disabled and not available for use. It is planned for implementation in future releases.

The Generate operation is a transform operation designed to create new entities in the data pipeline. It is categorized under the Transform section of operations but is currently not available for use in the UI.

Overview

The Generate operation is a system-level transform operation that allows users to create new entities during data processing. However, it is currently disabled in the user interface with available: false and returns an empty object when converted to a configuration object, indicating that it has not been fully implemented yet.

Configuration

As the Generate operation is currently disabled, it does not expose any user-configurable settings or options in the UI. The operation is defined in the system with a type and section but has no implementation details for configuration.

Usage

The Generate operation is intended to be used in the transform phase of data pipeline processing to create new entities. It is categorized under the Transform section in the UI alongside other operations like Synthesize, Anonymize, and Declare. However, since it is currently marked as available: false in the operations definition, users cannot add or configure this operation in their rules.

Examples

No specific examples are available for this operation as it is not yet implemented. When fully implemented, the Generate operation would likely be used to create new data entities based on existing data in the pipeline, similar to how Synthesize creates fake data or Declare sets rule-specific variables.