We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0db78d commit 043d7ddCopy full SHA for 043d7dd
services/web/server/src/simcore_service_webserver/functions/_functions_repository.py
@@ -889,7 +889,7 @@ async def get_function_job_collection(
889
890
# Retrieve associated job ids from the join table
891
job_ids = [
892
- job_row["function_job_uuid"]
+ job_row.function_job_uuid
893
async for job_row in await conn.stream(
894
function_job_collections_to_function_jobs_table.select().where(
895
function_job_collections_to_function_jobs_table.c.function_job_collection_uuid
0 commit comments