azure/Kqlmagic/kql_response.py [317:326]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                value = row[payload_idx]
                                return self._dynamic_to_object(value)
        else:
            tables_num = self.json_response["Tables"].__len__()
            if tables_num > 1:
                last_table = self.json_response["Tables"][tables_num - 1]
                for r in last_table["Rows"]:
                    if r[2] == "QueryStatus":
                        t = self.json_response["Tables"][r[0]]
                        for sr in t["Rows"]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



azure/Kqlmagic/kql_response.py [345:354]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                value = row[payload_idx]
                                return self._dynamic_to_object(value)
        else:
            tables_num = self.json_response["Tables"].__len__()
            if tables_num > 1:
                last_table = self.json_response["Tables"][tables_num - 1]
                for r in last_table["Rows"]:
                    if r[2] == "QueryStatus":
                        t = self.json_response["Tables"][r[0]]
                        for sr in t["Rows"]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



