Fixed Stack Trace not showing up when connector fails
This commit is contained in:
parent
3c05b60313
commit
19f2db1f71
1 changed files with 4 additions and 0 deletions
|
@ -409,6 +409,8 @@ components:
|
|||
- UNASSIGNED
|
||||
worker_id:
|
||||
type: string
|
||||
trace:
|
||||
type: string
|
||||
|
||||
ConnectorStatus:
|
||||
type: object
|
||||
|
@ -427,6 +429,8 @@ components:
|
|||
- UNASSIGNED
|
||||
worker_id:
|
||||
type: string
|
||||
trace:
|
||||
type: string
|
||||
tasks:
|
||||
type: array
|
||||
items:
|
||||
|
|
Loading…
Add table
Reference in a new issue