You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current.json file is a symlink to the most current version.
The command to download a current version and update the symlinked current.json is:
# run it in the project root path
python -m ccdh.importers.gdc
We might as well run this while doing normal importation. If there's any issue related to time taken to download or API frequency constraints, we can program that in and refer to a local cache if we need to. Can also add a try/except for good measure.
The text was updated successfully, but these errors were encountered:
Description
From the
data/data_dictionary/gdc/README.md
:We might as well run this while doing normal importation. If there's any issue related to time taken to download or API frequency constraints, we can program that in and refer to a local cache if we need to. Can also add a try/except for good measure.
The text was updated successfully, but these errors were encountered: