Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75869,7 +75869,7 @@ components:
- data
type: object
ObservabilityPipelineSpecData:
description: Contains the the pipeline configuration.
description: Contains the pipeline configuration.
properties:
attributes:
$ref: "#/components/schemas/ObservabilityPipelineDataAttributes"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self_, data: ObservabilityPipelineSpecData, **kwargs):
"""
Input schema representing an observability pipeline configuration. Used in create and validate requests.

:param data: Contains the the pipeline configuration.
:param data: Contains the pipeline configuration.
:type data: ObservabilityPipelineSpecData
"""
super().__init__(kwargs)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def openapi_types(_):

def __init__(self_, attributes: ObservabilityPipelineDataAttributes, **kwargs):
"""
Contains the the pipeline configuration.
Contains the pipeline configuration.

:param attributes: Defines the pipeline’s name and its components (sources, processors, and destinations).
:type attributes: ObservabilityPipelineDataAttributes
Expand Down
Loading