Skip to content

feat(kafka-connect): set connector initial state #3759

feat(kafka-connect): set connector initial state

feat(kafka-connect): set connector initial state #3759

Triggered via pull request March 6, 2025 18:10
Status Failure
Total duration 1m 20s
Artifacts

ci.yaml

on: pull_request
Matrix: Lint
Matrix: Test
Publish snapshot to TestPyPI
0s
Publish snapshot to TestPyPI
Publish docs (main)
0s
Publish docs (main)
Publish docs (dev)
0s
Publish docs (dev)
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Test (ubuntu-24.04, 3.12, true)
Process completed with exit code 1.
Test (ubuntu-24.04, 3.11, true)
Process completed with exit code 1.
Lint (ubuntu-24.04, 3.11): kpops/component_handlers/__init__.py#L41
Unnecessary "# pyright: ignore" rule: "reportPrivateUsage" (reportUnnecessaryTypeIgnoreComment)
Lint (ubuntu-24.04, 3.11): kpops/component_handlers/__init__.py#L44
Unnecessary "# pyright: ignore" rule: "reportPrivateUsage" (reportUnnecessaryTypeIgnoreComment)
Lint (ubuntu-24.04, 3.11): kpops/components/common/topic.py#L95
Unnecessary "# pyright: ignore" rule: "reportUnknownArgumentType" (reportUnnecessaryTypeIgnoreComment)
Lint (ubuntu-24.04, 3.11): kpops/components/common/topic.py#L114
Return type, "dict[str, str] | KafkaTopic | dict[Unknown, Unknown]", is partially unknown (reportUnknownVariableType)
Lint (ubuntu-24.04, 3.11): kpops/components/streams_bootstrap/base.py#L69
Variable "minor" is not accessed (reportUnusedVariable)
Lint (ubuntu-24.04, 3.11): kpops/components/streams_bootstrap/base.py#L69
Variable "patch" is not accessed (reportUnusedVariable)
Lint (ubuntu-24.04, 3.11): kpops/components/streams_bootstrap/base.py#L69
Variable "suffix" is not accessed (reportUnusedVariable)
Lint (ubuntu-24.04, 3.11): kpops/components/streams_bootstrap/model.py#L138
Argument type is partially unknown   Argument corresponds to parameter "default" in function "Field"   Argument type is "list[Unknown]" (reportUnknownArgumentType)
Lint (ubuntu-24.04, 3.11): kpops/components/streams_bootstrap/model.py#L152
Argument type is partially unknown   Argument corresponds to parameter "default" in function "Field"   Argument type is "list[Unknown]" (reportUnknownArgumentType)
Lint (ubuntu-24.04, 3.11): kpops/components/streams_bootstrap/model.py#L167
Argument type is partially unknown   Argument corresponds to parameter "default" in function "Field"   Argument type is "dict[Unknown, Unknown]" (reportUnknownArgumentType)