Skip to content
Snippets Groups Projects

Add Luigi tasks to generate the citation dataset.

Merged vlorentz requested to merge vlorentz/swh-graph:citation-dataset into master
5 files
+ 974
1
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -51,6 +51,7 @@ from typing import List
import luigi
from .blobs_datasets import * # noqa
from .compressed_graph import * # noqa
from .misc_datasets import * # noqa
from .origin_contributors import * # noqa
Loading