Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
znatty22 committed Jun 12, 2024
1 parent f1fc3e0 commit 38af396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kf_lib_data_ingest/etl/load/load_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def _get_target_id_from_record(self, entity_class, record):
if tic and (tic != constants.COMMON.NOT_REPORTED):
return tic

print("****************** 2")
# check the cache
try:
key_components = self._do_target_get_key(entity_class, record)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ class SampleRelationship:

@classmethod
def get_key_components(cls, record, get_target_id_from_record):
print("******************************************* 1")
return {
"parent_id": not_none(
get_target_id_from_record(
Expand Down

0 comments on commit 38af396

Please sign in to comment.