Loading src/dlt/connector/service/tools/Checkers.py +2 −2 Original line number Diff line number Diff line Loading @@ -19,6 +19,6 @@ def record_exists(record : DltRecord) -> bool: exists = exists and (len(record.record_id.domain_uuid.uuid) > 0) exists = exists and (record.record_id.type != DLTRECORDTYPE_UNDEFINED) exists = exists and (len(record.record_id.record_uuid.uuid) > 0) exists = exists and (record.operation != DLTRECORDOPERATION_UNDEFINED) exists = exists and (len(record.data_json) > 0) #exists = exists and (record.operation != DLTRECORDOPERATION_UNDEFINED) #exists = exists and (len(record.data_json) > 0) return exists Loading
src/dlt/connector/service/tools/Checkers.py +2 −2 Original line number Diff line number Diff line Loading @@ -19,6 +19,6 @@ def record_exists(record : DltRecord) -> bool: exists = exists and (len(record.record_id.domain_uuid.uuid) > 0) exists = exists and (record.record_id.type != DLTRECORDTYPE_UNDEFINED) exists = exists and (len(record.record_id.record_uuid.uuid) > 0) exists = exists and (record.operation != DLTRECORDOPERATION_UNDEFINED) exists = exists and (len(record.data_json) > 0) #exists = exists and (record.operation != DLTRECORDOPERATION_UNDEFINED) #exists = exists and (len(record.data_json) > 0) return exists