Skip to content

Commit

Permalink
pinning PHAROS version for now
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Jul 5, 2023
1 parent cd13f81 commit deadf33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Common/load_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ def get_latest_source_version(self, source_id: str, retries: int=0):
return self.latest_source_version_lookup[source_id]

loader = SOURCE_DATA_LOADER_CLASSES[source_id](test_mode=self.test_mode)
self.logger.debug(f"Retrieving latest source version for {source_id}...")
self.logger.info(f"Retrieving latest source version for {source_id}...")
try:
latest_source_version = loader.get_latest_source_version()
self.logger.debug(f"Found latest source version for {source_id}: {latest_source_version}")
self.logger.info(f"Found latest source version for {source_id}: {latest_source_version}")
self.latest_source_version_lookup[source_id] = latest_source_version
return latest_source_version
except GetDataPullError as failed_error:
Expand Down
1 change: 1 addition & 0 deletions graph_specs/default-graph-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ graphs:
merge_strategy: connected_edge_subset
- source_id: PANTHER
- source_id: PHAROS
source_version: 'v6_13_4'
- source_id: textminingkp
- source_id: STRING-DB-Human
- source_id: Ubergraph
Expand Down

0 comments on commit deadf33

Please sign in to comment.