-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I ran this command in my workspace today:
cortex workflows list --table -S Tag:asc
It resulted in this output:
<MANY LINES TRUNCATED due to full JSON dump showing up in output>
.
.
.
│ │ │ }, │ │
│ │ │ { │ │
│ │ │ │ 'name': 'Whoami?', │ │
│ │ │ │ 'tag': 'whoami', │ │
│ │ │ │ 'description': 'My updated description. More update. More update.', │ │
│ │ │ │ 'isDraft': True, │ │
│ │ │ │ 'filter': {'type': 'GLOBAL'}, │ │
│ │ │ │ 'runResponseTemplate': None, │ │
│ │ │ │ 'failedRunResponseTemplate': None, │ │
│ │ │ │ 'restrictActionCompletionToRunnerUser': False, │ │
│ │ │ │ 'actions': [], │ │
│ │ │ │ 'runRestrictionPolicies': [], │ │
│ │ │ │ ... +2 │ │
│ │ │ }, │ │
│ │ │ ... +51 │ │
│ │ ] │ │
│ ╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
TypeError: '<' not supported between instances of 'NoneType' and 'NoneType'
Tag is not a valid column name, but tag is. The CLI needs to handle this condition and fail gracefully.
Metadata
Metadata
Assignees
Labels
No labels