Skip to content

Commit

Permalink
🔨 add support for origins in fast-track
Browse files Browse the repository at this point in the history
  • Loading branch information
Marigold committed Aug 14, 2023
1 parent 3390e5e commit 75bf636
Show file tree
Hide file tree
Showing 7 changed files with 293 additions and 254 deletions.
3 changes: 3 additions & 0 deletions etl/metadata_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ def metadata_export(
for source in ds_meta.get("sources", []):
_prune_empty(source)

for origin in ds_meta.get("origins", []):
_prune_empty(origin)

for license in ds_meta.get("licenses", []):
_prune_empty(license)

Expand Down
Loading

0 comments on commit 75bf636

Please sign in to comment.