Skip to content

Commit f9ae13c

Browse files
committed
remove hard coded link
1 parent 692d649 commit f9ae13c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ops_utils/terra_util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ def _yield_all_entity_metrics(self, entity: str, total_entities_per_page: int =
263263
Any: The JSON response containing entity metrics.
264264
"""
265265
url = f"{self.terra_link}/workspaces/{self.billing_project}/{self.workspace_name}/entityQuery/{entity}?pageSize={total_entities_per_page}" # noqa: E501
266-
url = "https://api.firecloud.org/api/workspaces/anvil-datastorage/AnVIL_IGVF_HMB_MDS_R1_Staging/entityQuery/file?page=1&pageSize=40000&sortField=name&sortDirection=asc&filterOperator=and"
267266
response = self.request_util.run_request(
268267
uri=url,
269268
method=GET,

0 commit comments

Comments
 (0)