# Functions
ComponentDefinitionFromProto parses a ComponentDefinition from the proto structure.
# Constants
No description provided by the author
# Variables
FeatureScores holds the feature score of each component definition.
# Structs
BaseDynamic contains common columns for all tables with dynamic UUID as primary key generated when creating.
BaseDynamicHardDelete contains common columns for all tables with static UUID as primary key.
No description provided by the author
ComponentDefinition is the data model for the component defintion table.
ComponentRun represents the execution details of a single component within a pipeline run.
Connection is the data model for the `integration` table.
No description provided by the author
No description provided by the author
No description provided by the author
FileReference represents metadata for a file, to be stored in JSON fields.
No description provided by the author
No description provided by the author
No description provided by the author
Pipeline is the data model of the pipeline table.
PipelineRelease is the data model of the pipeline release table.
PipelineRun represents the metadata and execution details for each pipeline run.
Recipe is the data model of the pipeline recipe.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Sharing.
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
ComponentType is an alias type for proto enum ComponentType.
ConnectionMethod is an alias type for the proto enum that allows us to use its string value in the database.
JSONB is a custom data type to handle JSONB fields in PostgreSQL.
PipelineRole is an alias type for Protobuf enum.
ReleaseStage is an alias type for proto enum ComponentDefinition_ReleaseStage.
for saving the protobuf types as string values.
for saving the protobuf types as string values.
ConnectorType is an alias type for Protobuf enum ConnectorType.