* Init port discovery * Fmt * Remove unused * Fmt * Simplify * Container lookup API * Isolated task details * Fmt * Lint and format * Lint
33 lines
864 B
JSON
33 lines
864 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT ta.id as \"attempt_id!: Uuid\",\n ta.task_id as \"task_id!: Uuid\",\n t.project_id as \"project_id!: Uuid\"\n FROM task_attempts ta\n JOIN tasks t ON ta.task_id = t.id\n WHERE ta.container_ref = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "attempt_id!: Uuid",
|
|
"ordinal": 0,
|
|
"type_info": "Blob"
|
|
},
|
|
{
|
|
"name": "task_id!: Uuid",
|
|
"ordinal": 1,
|
|
"type_info": "Blob"
|
|
},
|
|
{
|
|
"name": "project_id!: Uuid",
|
|
"ordinal": 2,
|
|
"type_info": "Blob"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
true,
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "233a016d4de730d203f4120f93daaddd10f3047ae17290c82dbbea1aafd064d1"
|
|
}
|