Ctl switchover #76
Annotations
10 errors
|
patroni/api.py#L682
Type of "site_switches" is partially unknown
Type of "site_switches" is "Unknown | None" (reportUnknownMemberType)
|
|
patroni/api.py#L682
Argument type is partially unknown
Argument corresponds to parameter "args" in function "format"
Argument type is "Unknown | None" (reportUnknownArgumentType)
|
|
patroni/api.py#L682
Cannot access attribute "site_switches" for class "SingleSiteController"
Attribute "site_switches" is unknown (reportAttributeAccessIssue)
|
|
patroni/api.py#L1200
Return type, "Unknown | None", is partially unknown (reportUnknownParameterType)
|
|
patroni/api.py#L1206
Type of "_write_response" is unknown (reportUnknownMemberType)
|
|
patroni/api.py#L1206
Return type is unknown (reportUnknownVariableType)
|
|
patroni/api.py#L1206
Cannot access attribute "_write_response" for class "RestApiHandler*"
Attribute "_write_response" is unknown (reportAttributeAccessIssue)
|
|
patroni/api.py#L1213
Type of "dcs" is partially unknown
Type of "dcs" is "AbstractDCS | Unknown" (reportUnknownMemberType)
|
|
patroni/api.py#L1213
Type of "manual_failover" is partially unknown
Type of "manual_failover" is "((leader: str | None, candidate: str | None, scheduled_at: datetime | None = None, target_site: str | None = None, version: Any | None = None) -> bool) | Unknown" (reportUnknownMemberType)
|
|
patroni/api.py#L1213
Cannot access attribute "dcs" for class "SingleSiteController"
Attribute "dcs" is unknown (reportAttributeAccessIssue)
|
The logs for this run have expired and are no longer available.
Loading