Emil Christensen

Results 22 comments of Emil Christensen
trafficstars

@madkinsz Do you see any good options for letting the user specify their own secretRef?

[Cross posting from #6893.](https://github.com/PrefectHQ/prefect/issues/6893#issuecomment-1252916622)

@zhen0 Bumping this up again... how much work is it to add a `TimedOut` state similar to the `Late` state? I also noticed that `TimedOut` is not available in Automations...

Ran into this with a user yesterday. The issue is that `prefect.deployments.steps.git_clone` [looks for a `username`](https://github.com/PrefectHQ/prefect/blob/main/src/prefect/deployments/steps/pull.py#L113-L117) but the `GitLabCredentials` block doesn't have that. When using an access token, the username...

One suggestion for further debugging: try installing `prefect>=2.18.1` and run the following command: `prefect events stream`. This command listens for events and more importantly, raises a different error than this...

@serinamarie I had assumed that you needed to specify a source to deploy something, but this is definitely better. What about if I need to specify a specific path... for...

@zhen0 Just wanted to add that pages for flows, deployments, and work-queues already support the desired behavior (i.e. anywhere we use lists instead of cards). Having a check box next...

@zhen0 definitely! In case it makes sense, I'll just add that even being able to select one page-worth at a time would be helpful.