We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5dd67 commit bd85b2fCopy full SHA for bd85b2f
1 file changed
python-packages/input4MIPs-CVs/src/input4MIPs_CVs/cli/update-database.py
@@ -163,6 +163,13 @@ def add_missing_source_ids(
163
# We're starting to see the limits of not using an actual database.
164
continue
165
166
+ if k == "dataset_category":
167
+ # Skip this, it is managed elsewhere in the database
168
+ # and is only in source ID to help downstream users
169
+ # (although even that is an ongoing discussion,
170
+ # see https://github.com/PCMDI/input4MIPs_CVs/issues/201)
171
+ continue
172
+
173
placeholder_entry[k] = v
174
175
placeholder_entry["source_id"] = source_id
0 commit comments