From 0cb2833d7210bd6e4ce492a3525ee74dc2057aac Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 10 Jun 2025 17:01:16 -0500 Subject: Pass on the publication to the next job. --- uploader/phenotypes/views.py | 1 + 1 file changed, 1 insertion(+) (limited to 'uploader') diff --git a/uploader/phenotypes/views.py b/uploader/phenotypes/views.py index 65d9371..82b46ff 100644 --- a/uploader/phenotypes/views.py +++ b/uploader/phenotypes/views.py @@ -709,6 +709,7 @@ def load_data_to_database( "population_id": population["Id"], "dataset_id": dataset["Id"], "bundle_file": _meta["bundle"], + "publication_id": _meta["publicationid"], "authserver": oauth2client.authserver_uri(), "token": token["access_token"], "success_handler": ( -- cgit 1.4.1