-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add Observability Pipelines API #2481
Add Observability Pipelines API #2481
Conversation
"source": "source", | ||
} | ||
|
||
def __init__(self_, destination: str, preserve_source: bool, source: str, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, destination: str, preserve_source: bool, source: str, **kwargs): | |
def __init__(self, destination: str, preserve_source: bool, source: str, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"type": "type", | ||
} | ||
|
||
def __init__(self_, id: str, type: DatadogAgentSourceType, tls: Union[Tls, UnsetType] = unset, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, id: str, type: DatadogAgentSourceType, tls: Union[Tls, UnsetType] = unset, **kwargs): | |
def __init__(self, id: str, type: DatadogAgentSourceType, tls: Union[Tls, UnsetType] = unset, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
def __init__( | ||
self_, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, | |
self, |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
def __init__( | ||
self_, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, | |
self, |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"type": "type", | ||
} | ||
|
||
def __init__(self_, fields: List[str], id: str, inputs: List[str], type: RemoveFieldsProcessorType, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, fields: List[str], id: str, inputs: List[str], type: RemoveFieldsProcessorType, **kwargs): | |
def __init__(self, fields: List[str], id: str, inputs: List[str], type: RemoveFieldsProcessorType, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"type": "type", | ||
} | ||
|
||
def __init__(self_, attributes: PipelineDataAttributes, type: str, id: Union[str, UnsetType] = unset, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, attributes: PipelineDataAttributes, type: str, id: Union[str, UnsetType] = unset, **kwargs): | |
def __init__(self, attributes: PipelineDataAttributes, type: str, id: Union[str, UnsetType] = unset, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
def __init__( | ||
self_, crt_file: str, ca_file: Union[str, UnsetType] = unset, key_file: Union[str, UnsetType] = unset, **kwargs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, crt_file: str, ca_file: Union[str, UnsetType] = unset, key_file: Union[str, UnsetType] = unset, **kwargs | |
self, crt_file: str, ca_file: Union[str, UnsetType] = unset, key_file: Union[str, UnsetType] = unset, **kwargs |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"data": "data", | ||
} | ||
|
||
def __init__(self_, data: PipelineData, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, data: PipelineData, **kwargs): | |
def __init__(self, data: PipelineData, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"limit": "limit", | ||
} | ||
|
||
def __init__(self_, enforce: QuotaLimitEnforceType, limit: int, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, enforce: QuotaLimitEnforceType, limit: int, **kwargs): | |
def __init__(self, enforce: QuotaLimitEnforceType, limit: int, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
def __init__( | ||
self_, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, | |
self, |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
937d958
to
d6e107c
Compare
f45c787
to
ec8a6fa
Compare
} | ||
|
||
def __init__( | ||
self_, fields: List[FieldItem], id: str, include: str, inputs: List[str], type: AddFieldsProcessorType, **kwargs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, fields: List[FieldItem], id: str, include: str, inputs: List[str], type: AddFieldsProcessorType, **kwargs | |
self, fields: List[FieldItem], id: str, include: str, inputs: List[str], type: AddFieldsProcessorType, **kwargs |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"source": "source", | ||
} | ||
|
||
def __init__(self_, destination: str, include: str, preserve_source: bool, source: str, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, destination: str, include: str, preserve_source: bool, source: str, **kwargs): | |
def __init__(self, destination: str, include: str, preserve_source: bool, source: str, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"type": "type", | ||
} | ||
|
||
def __init__(self_, field: str, id: str, include: str, inputs: List[str], type: ParseJSONProcessorType, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, field: str, id: str, include: str, inputs: List[str], type: ParseJSONProcessorType, **kwargs): | |
def __init__(self, field: str, id: str, include: str, inputs: List[str], type: ParseJSONProcessorType, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
def __init__( | ||
self_, fields: List[str], id: str, include: str, inputs: List[str], type: RemoveFieldsProcessorType, **kwargs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, fields: List[str], id: str, include: str, inputs: List[str], type: RemoveFieldsProcessorType, **kwargs | |
self, fields: List[str], id: str, include: str, inputs: List[str], type: RemoveFieldsProcessorType, **kwargs |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
dfecc82
to
ed410bf
Compare
"value": "value", | ||
} | ||
|
||
def __init__(self_, name: str, value: str, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, name: str, value: str, **kwargs): | |
def __init__(self, name: str, value: str, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"source": "source", | ||
} | ||
|
||
def __init__(self_, destination: str, include: str, preserve_source: bool, source: str, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, destination: str, include: str, preserve_source: bool, source: str, **kwargs): | |
def __init__(self, destination: str, include: str, preserve_source: bool, source: str, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"value": "value", | ||
} | ||
|
||
def __init__(self_, name: str, value: str, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, name: str, value: str, **kwargs): | |
def __init__(self, name: str, value: str, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
47032dd
to
69c58f5
Compare
0c35a10
to
03f92e5
Compare
"type": "type", | ||
} | ||
|
||
def __init__(self_, attributes: PipelineDataAttributes, type: str, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, attributes: PipelineDataAttributes, type: str, **kwargs): | |
def __init__(self, attributes: PipelineDataAttributes, type: str, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"type": "type", | ||
} | ||
|
||
def __init__(self_, attributes: PipelineDataAttributes, id: str, type: str, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, attributes: PipelineDataAttributes, id: str, type: str, **kwargs): | |
def __init__(self, attributes: PipelineDataAttributes, id: str, type: str, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"data": "data", | ||
} | ||
|
||
def __init__(self_, data: PipelineRequestData, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, data: PipelineRequestData, **kwargs): | |
def __init__(self, data: PipelineRequestData, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
6c02648
to
50c25ac
Compare
50c25ac
to
4ef190b
Compare
} | ||
|
||
def __init__( | ||
self_, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, | |
self, |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
def __init__( | ||
self_, mechanism: Union[PipelinePipelinePipelineKafkaSourceSaslMechanism, UnsetType] = unset, **kwargs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, mechanism: Union[PipelinePipelinePipelineKafkaSourceSaslMechanism, UnsetType] = unset, **kwargs | |
self, mechanism: Union[PipelinePipelinePipelineKafkaSourceSaslMechanism, UnsetType] = unset, **kwargs |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"source": "source", | ||
} | ||
|
||
def __init__(self_, destination: str, include: str, preserve_source: bool, source: str, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, destination: str, include: str, preserve_source: bool, source: str, **kwargs): | |
def __init__(self, destination: str, include: str, preserve_source: bool, source: str, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"type": "type", | ||
} | ||
|
||
def __init__(self_, id: str, inputs: List[str], type: PipelinePipelineDatadogLogsDestinationType, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, id: str, inputs: List[str], type: PipelinePipelineDatadogLogsDestinationType, **kwargs): | |
def __init__(self, id: str, inputs: List[str], type: PipelinePipelineDatadogLogsDestinationType, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"limit": "limit", | ||
} | ||
|
||
def __init__(self_, fields: List[PipelineFieldValue], limit: PipelineQuotaProcessorLimit, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, fields: List[PipelineFieldValue], limit: PipelineQuotaProcessorLimit, **kwargs): | |
def __init__(self, fields: List[PipelineFieldValue], limit: PipelineQuotaProcessorLimit, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
def __init__( | ||
self_, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, | |
self, |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
def __init__( | ||
self_, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, | |
self, |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"data": "data", | ||
} | ||
|
||
def __init__(self_, data: PipelineCreateRequestData, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, data: PipelineCreateRequestData, **kwargs): | |
def __init__(self, data: PipelineCreateRequestData, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
def __init__( | ||
self_, field: str, id: str, include: str, inputs: List[str], type: PipelineParseJSONProcessorType, **kwargs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, field: str, id: str, include: str, inputs: List[str], type: PipelineParseJSONProcessorType, **kwargs | |
self, field: str, id: str, include: str, inputs: List[str], type: PipelineParseJSONProcessorType, **kwargs |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
def __init__( | ||
self_, crt_file: str, ca_file: Union[str, UnsetType] = unset, key_file: Union[str, UnsetType] = unset, **kwargs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, crt_file: str, ca_file: Union[str, UnsetType] = unset, key_file: Union[str, UnsetType] = unset, **kwargs | |
self, crt_file: str, ca_file: Union[str, UnsetType] = unset, key_file: Union[str, UnsetType] = unset, **kwargs |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
4ef190b
to
edd8d82
Compare
"mechanism": "mechanism", | ||
} | ||
|
||
def __init__(self_, mechanism: Union[PipelinePipelineKafkaSourceSaslMechanism, UnsetType] = unset, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, mechanism: Union[PipelinePipelineKafkaSourceSaslMechanism, UnsetType] = unset, **kwargs): | |
def __init__(self, mechanism: Union[PipelinePipelineKafkaSourceSaslMechanism, UnsetType] = unset, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
def __init__( | ||
self_, id: str, type: PipelineDatadogAgentSourceType, tls: Union[PipelineTls, UnsetType] = unset, **kwargs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, id: str, type: PipelineDatadogAgentSourceType, tls: Union[PipelineTls, UnsetType] = unset, **kwargs | |
self, id: str, type: PipelineDatadogAgentSourceType, tls: Union[PipelineTls, UnsetType] = unset, **kwargs |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"source": "source", | ||
} | ||
|
||
def __init__(self_, destination: str, include: str, preserve_source: bool, source: str, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, destination: str, include: str, preserve_source: bool, source: str, **kwargs): | |
def __init__(self, destination: str, include: str, preserve_source: bool, source: str, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"value": "value", | ||
} | ||
|
||
def __init__(self_, name: str, value: str, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, name: str, value: str, **kwargs): | |
def __init__(self, name: str, value: str, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"type": "type", | ||
} | ||
|
||
def __init__(self_, id: str, include: str, inputs: List[str], type: PipelineFilterProcessorType, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, id: str, include: str, inputs: List[str], type: PipelineFilterProcessorType, **kwargs): | |
def __init__(self, id: str, include: str, inputs: List[str], type: PipelineFilterProcessorType, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"type": "type", | ||
} | ||
|
||
def __init__(self_, id: str, inputs: List[str], type: PipelineDatadogLogsDestinationType, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, id: str, inputs: List[str], type: PipelineDatadogLogsDestinationType, **kwargs): | |
def __init__(self, id: str, inputs: List[str], type: PipelineDatadogLogsDestinationType, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
0db2d28
to
d084d13
Compare
"type": "type", | ||
} | ||
|
||
def __init__(self_, attributes: ObservabilityPipelineDataAttributes, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, attributes: ObservabilityPipelineDataAttributes, **kwargs): | |
def __init__(self, attributes: ObservabilityPipelineDataAttributes, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"value": "value", | ||
} | ||
|
||
def __init__(self_, name: str, value: str, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, name: str, value: str, **kwargs): | |
def __init__(self, name: str, value: str, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
def __init__( | ||
self_, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, | |
self, |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"value": "value", | ||
} | ||
|
||
def __init__(self_, name: str, value: str, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, name: str, value: str, **kwargs): | |
def __init__(self, name: str, value: str, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"limit": "limit", | ||
} | ||
|
||
def __init__(self_, enforce: ObservabilityPipelineQuotaProcessorLimitEnforceType, limit: int, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, enforce: ObservabilityPipelineQuotaProcessorLimitEnforceType, limit: int, **kwargs): | |
def __init__(self, enforce: ObservabilityPipelineQuotaProcessorLimitEnforceType, limit: int, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
def __init__( | ||
self_, id: str, include: str, inputs: List[str], type: ObservabilityPipelineFilterProcessorType, **kwargs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, id: str, include: str, inputs: List[str], type: ObservabilityPipelineFilterProcessorType, **kwargs | |
self, id: str, include: str, inputs: List[str], type: ObservabilityPipelineFilterProcessorType, **kwargs |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
def __init__( | ||
self_, crt_file: str, ca_file: Union[str, UnsetType] = unset, key_file: Union[str, UnsetType] = unset, **kwargs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, crt_file: str, ca_file: Union[str, UnsetType] = unset, key_file: Union[str, UnsetType] = unset, **kwargs | |
self, crt_file: str, ca_file: Union[str, UnsetType] = unset, key_file: Union[str, UnsetType] = unset, **kwargs |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
def __init__( | ||
self_, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, | |
self, |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
"type": "type", | ||
} | ||
|
||
def __init__(self_, id: str, inputs: List[str], type: ObservabilityPipelineDatadogLogsDestinationType, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, id: str, inputs: List[str], type: ObservabilityPipelineDatadogLogsDestinationType, **kwargs): | |
def __init__(self, id: str, inputs: List[str], type: ObservabilityPipelineDatadogLogsDestinationType, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
def __init__( | ||
self_, mechanism: Union[ObservabilityPipelinePipelineKafkaSourceSaslMechanism, UnsetType] = unset, **kwargs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, mechanism: Union[ObservabilityPipelinePipelineKafkaSourceSaslMechanism, UnsetType] = unset, **kwargs | |
self, mechanism: Union[ObservabilityPipelinePipelineKafkaSourceSaslMechanism, UnsetType] = unset, **kwargs |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
10838ca
to
5ab1f1d
Compare
} | ||
|
||
def __init__( | ||
self_, destination: str, preserve_source: bool, source: str, include: Union[str, UnsetType] = unset, **kwargs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, destination: str, preserve_source: bool, source: str, include: Union[str, UnsetType] = unset, **kwargs | |
self, destination: str, preserve_source: bool, source: str, include: Union[str, UnsetType] = unset, **kwargs |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
5ab1f1d
to
ead2846
Compare
ead2846
to
3fbba26
Compare
"source": "source", | ||
} | ||
|
||
def __init__(self_, destination: str, preserve_source: bool, source: str, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, destination: str, preserve_source: bool, source: str, **kwargs): | |
def __init__(self, destination: str, preserve_source: bool, source: str, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> 72be336
See DataDog/datadog-api-spec#3702
Test branch datadog-api-spec/test/vladimir-dd/OPA-2855