From 9c0de31284d99627b78a75db403815fab4ef579b Mon Sep 17 00:00:00 2001 From: yuanzhou Date: Mon, 29 Sep 2025 12:22:40 -0400 Subject: [PATCH] Fix missing arg --- src/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.py b/src/app.py index bfdc493a..f118f000 100644 --- a/src/app.py +++ b/src/app.py @@ -4074,7 +4074,7 @@ def multiple_components(): # We wait until after the new datasets are linked to their ancestor before performing the remaining post-creation # linkeages. This way, in the event of unforseen errors, we don't have orphaned nodes. for dataset in dataset_list: - schema_triggers.set_status_history('status', 'Dataset', user_token, dataset, {}) + schema_triggers.set_status_history('status', 'Dataset', request, user_token, dataset, json_data_dict) properties_to_skip = [ 'direct_ancestors',