aboutsummaryrefslogtreecommitdiff
path: root/uploader/phenotypes/views.py
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-05-19 14:43:32 -0500
committerFrederick Muriuki Muriithi2025-05-19 14:43:32 -0500
commiteef2ffe1cd7c1455ef1b9ac99f533529f1a8f487 (patch)
tree9f5637aa3cf893d946dcdf56fde53aff5b43d6b3 /uploader/phenotypes/views.py
parent5c5f13e43c9ba541e266f1c2d516acfdc218eefb (diff)
downloadgn-uploader-eef2ffe1cd7c1455ef1b9ac99f533529f1a8f487.tar.gz
Provide missing URI to the MariaDB database to the script.
Diffstat (limited to 'uploader/phenotypes/views.py')
-rw-r--r--uploader/phenotypes/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/uploader/phenotypes/views.py b/uploader/phenotypes/views.py
index 6653334..434912b 100644
--- a/uploader/phenotypes/views.py
+++ b/uploader/phenotypes/views.py
@@ -631,6 +631,7 @@ def load_data_to_database(
"-u",
"-m",
"scripts.load_phenotypes_to_db",
+ app.config["SQL_URI"],
jobs_db,
str(load_job_id),
"--log-level",