Skip to content

Commit

Permalink
[Fixes #37] add user to legacy upload object
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed Jun 29, 2022
1 parent 80affe5 commit 938bae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions importer/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ def create_execution_request(
Upload.objects.create(
name=legacy_upload_name or os.path.basename(input_params.get("files", {}).get("base_file")),
state=STATE_RUNNING,
user=user,
metadata={
**{
"func_name": func_name,
Expand Down

0 comments on commit 938bae9

Please sign in to comment.