You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
current_slice_descriptor=self._parse_slice_description(message.log.message)# type: ignore[union-attr] # AirbyteMessage with MessageType.LOG has log.message
elifmessage.type==MessageType.LOGandmessage.log.message.startswith(SliceLogger.SLICE_LOG_PREFIX):# type: ignore[union-attr] # AirbyteMessage with MessageType.LOG has log.message
current_slice_descriptor=self._parse_slice_description(message.log.message)# type: ignore[union-attr] # AirbyteMessage with MessageType.LOG has log.message
elifmessage.type==MessageType.CONTROLandmessage.control.type==OrchestratorType.CONNECTOR_CONFIG:# type: ignore[union-attr] # AirbyteMessage with MessageType.CONTROL has control.type
and (MessageGrouper._is_page_http_request(json_message) ormessage.log.message.startswith("slice:"))
249
+
and (MessageGrouper._is_page_http_request(json_message) ormessage.log.message.startswith("slice:"))# type: ignore[union-attr] # AirbyteMessage with MessageType.LOG has log.message
stream_message_count[HashableStreamDescriptor(name=message.record.stream, namespace=message.record.namespace)] +=1.0# type: ignore[union-attr] # record has `stream` and `namespace`
0 commit comments