Skip to content
Snippets Groups Projects
Commit 94b1d2c1 authored by vlorentz's avatar vlorentz
Browse files

Add dataset name to the export id

It is easier to keep track of it in Grafana.
parent cd69e48b
No related branches found
No related tags found
No related merge requests found
......@@ -342,6 +342,7 @@ def luigi(
"""
import configparser
import os
import secrets
import subprocess
import tempfile
......@@ -362,6 +363,7 @@ def luigi(
local_graph_path=dataset_path / "compressed",
topological_order_path=dataset_path / "topology/topological_order_dfs.csv.zst",
origin_contributors_path=dataset_path / "datasets/contribution_graph.csv.zst",
export_id=f"{dataset_name}-{secrets.token_hex(10)}",
)
if graph_base_directory:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment