Skip to content

Commit 44c3977

Browse files
authored
Merge pull request #124 from ImagingDataCommons/v19-update
ENH: update to IDC v19
2 parents 51a436a + 879bcea commit 44c3977

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

idc_index/index.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def __init__(self):
100100
"clinical_index": {
101101
"description": "Index of clinical data accompanying the available images.",
102102
"installed": False,
103-
"url": f"https://idc-open-metadata.s3.amazonaws.com/bigquery_export/idc_{idc_version}_clinical/column_metadata/000000000000.parquet",
103+
"url": f"{asset_endpoint_url}/clinical_index.parquet",
104104
},
105105
}
106106

@@ -1794,6 +1794,7 @@ def sql_query(self, sql_query):
17941794
"""
17951795

17961796
index = self.index
1797+
logger.debug("Executing SQL query: " + sql_query)
17971798
# TODO: find a more elegant way to automate the following: https://www.perplexity.ai/search/write-python-code-that-iterate-XY9ppywbQFSRnOpgbwx_uQ
17981799
if hasattr(self, "sm_index"):
17991800
sm_index = self.sm_index

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ classifiers = [
3333
dynamic = ["version"]
3434
dependencies = [
3535
"click",
36-
'duckdb>=0.10.0',
37-
"idc-index-data==18.2.0",
36+
'duckdb>=0.10.0,<1.1.0',
37+
"idc-index-data==19.0.1",
3838
"packaging",
3939
"pandas<2.2",
4040
"psutil",

0 commit comments

Comments
 (0)