Skip to content

Commit

Permalink
Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Mar 28, 2024
1 parent 6b184a0 commit 7ec17eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/src/backend/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def build_etl_pipeline_env(body):
},
"DEFAULT_ETL_JOBS": {
"type": "string",
"value": json.dumps(body.jobs.dict())
"value": json.dumps([job.dict() for job in body.jobs])
}
}

Expand Down

0 comments on commit 7ec17eb

Please sign in to comment.