Nicholas Brown

Results 42 issues of Nicholas Brown

## Current behavior From a bookkeeping standpoint it's not possible to programmatically set a flow run's state, which means at-a-glance understanding of run state (particularly when aggregated in the UI)...

enhancement

## Description When setting a Cron schedule on a flow group from the UI, a list of schedules is sent like this: ``` [{ "type": "CronClock", "cron": "* * *...

**Bug Description** When command clicking an artifact link (top open the link in a new tab) from the flow run artifacts tab, the Apollo client sometimes throws invariant violations which...

bug
UI Team - Backlog

**Bug Description** When attempting to update the team profile on the Account page, the API throws an error: `Field update_tenant_slug_input.tenant_id of required type UUID! was not provided.` due to a...

bug
Harder issue
UI Team - Backlog

**Why** The current account dashboard represents usage across the entire account. For users on a multi-tenant account, this doesn't allow them to break down usage by team without querying the...

enhancement
Consider for Orion

**Why** When a task run enters a `Paused` state, it generates a notification for users to take action to approve it. However, if the task run is approved the notification...

enhancement
UI Team - Backlog

**Bug Description** Schematic task details break when switching between versions of a flow. **Steps To Reproduce** 1. Visit the schematic tab of a flow 2. Switch the version using the...

bug
question

**Why** This is somewhat related to @brianbergeron21's comment*: > On some of the other tiles one can pull up different time horizons for a flow, project, or a summary. It...

enhancement
Consider for Orion

**Why** Prefect core exposes hooks for logging non-Prefect specific logs to Cloud such as logs that would be from external libraries like `boto3` and `kubernetes`. These logs are great for...

enhancement
Consider for Orion

**Why** Users may want to kick off a flow runs from an external source. One of the benefits of having an open API is that this can be done from...

enhancement
Consider for Orion