https://prefect.io logo
Docs
Join the conversationJoin Slack
Channels
announcements
ask-marvin
best-practices-coordination-plane
data-ecosystem
data-tricks-and-tips
events
find-a-prefect-job
geo-australia
geo-bay-area
geo-berlin
geo-boston
geo-chicago
geo-colorado
geo-dc
geo-israel
geo-japan
geo-london
geo-nyc
geo-seattle
geo-texas
gratitude
introductions
marvin-in-the-wild
prefect-ai
prefect-aws
prefect-azure
prefect-cloud
prefect-community
prefect-contributors
prefect-dbt
prefect-docker
prefect-gcp
prefect-getting-started
prefect-integrations
prefect-kubernetes
prefect-recipes
prefect-server
prefect-ui
random
show-us-what-you-got
Powered by Linen
prefect-ui
  • s

    saml

    08/20/2021, 2:02 AM
    is there an easy way for me to set this up so that I get a schematic that’s readable?
    n
    • 2
    • 4
  • b

    Blake List

    08/23/2021, 1:04 AM
    Hi there, is it possible to remove a tenant from the UI through the UI or CLI?
    n
    • 2
    • 9
  • s

    Sam Cook

    08/24/2021, 1:42 PM
    @znicholasbrown @Kevin Kho Has there been any progress on this issue? My team would very much like to upgrade our UI instance and this is a big blocker at the moment. https://github.com/PrefectHQ/ui/issues/861
    n
    k
    l
    • 4
    • 26
  • l

    Lone Pine Account

    08/25/2021, 11:22 AM
    Hi - how do I reset my password in the UI?
    k
    n
    • 3
    • 31
  • c

    Cooper Marcus

    08/29/2021, 2:37 PM
    Feature Request - when displaying the UI full-width on a large monitor, I’d love it if the Name column expanded to take up all available space, so my team and I can see the full length of the long names we sometimes use:
    👀 1
    👍 4
    k
    m
    • 3
    • 3
  • c

    Cooper Marcus

    08/29/2021, 2:38 PM
  • m

    May

    08/30/2021, 2:59 PM
    Something went wrong while trying to fetch failed flow information. Please try refreshing your page. If this error persists, return to this page after a few minutes.
    latest prefect-server deployment via helm - We get this error after 2 weeks of flows runs  - now we cantt see our flows 😞
    k
    • 2
    • 1
  • c

    Cooper Marcus

    08/30/2021, 8:11 PM
    Feature request: I wish I could quickly duplicate a past run (then edit it, then run the edited version) - I’m frequently having to re-run flows, changing little each time, and it’d be nice to be able to start with the configuration of a past run
    z
    k
    • 3
    • 8
  • m

    Mariusz Olszewski

    08/31/2021, 12:41 PM
    I install prefect on the linux machine, and used prefect server backend without cloud. How to protect UI url using some basic authorization method?
    k
    • 2
    • 2
  • k

    Kathryn Klarich

    08/31/2021, 8:38 PM
    i'm getting a 522 error when trying to load cloud.prefect.io - anyone else?
    m
    m
    • 3
    • 6
  • j

    Joe McDonald

    09/01/2021, 3:30 PM
    Question, so in UI, if you load a task-run from a flow-run, there is a graphql query that runs (below), is it intended to use the null input to the variables? This seems wrong, but I don’t see a bug report for it. In our heavy use environments this is causing apollo to crash to the memory heap size limit. In our testing environment, converting that query to an aggregate, I have a count of 4695267. Version 0.15.3 of all components
    query taskRunParent($flowRunId: uuid, $taskId: uuid) {
      task_run(
        where: {_and: [{flow_run_id: {_eq: $flowRunId}}, {task_id: {_eq: $taskId}}]}
      ) {
        id
        __typename
      }
    }
    
    variables: {
      "taskId": null,
      "flowRunId": null
    }
    n
    • 2
    • 6
  • j

    Jessica Smith

    09/01/2021, 4:22 PM
    is anyone else seeing failed flows outside of the timeframe in the card? For example, my Failed Flows card is set for 24 hours, but I'm seeing failed flows from last week. This didn't seem to be happening a few days ago
    n
    j
    • 3
    • 10
  • s

    Safter Arslan

    09/07/2021, 7:36 AM
    Hello, is there a way to monitor state of a flow running on a different server using Prefect UI. Best will be even interact with it. Our setup: flows running on isolated regional servers. These servers have internet access but there is no way to reach these from outside so communication can only be initiated from these servers. I was wondering if I can manage flows running on these servers with Prefect server installed on an EC2 instance. TIA
    k
    • 2
    • 1
  • n

    Noah Holm

    09/08/2021, 8:47 AM
    First some praise: I just added parameters with default values and specific parameter values on different schedules of a flow for the first time. Furthermore I also just tried the conditional task functionality for the first time. Those features are so versatile and cool, I love it. 🤩 On that note, in Cloud I can successfully schedule and run the scheduled runs of my flow with the schedules’ custom parameters. I can also use “Quick Run” to run with the default parameters. But when I try to run my flow manually with the “Run” tab to set different parameter inputs I get some errors on the scheduling of that run. The error says
    {'memory': ['Not a valid string.'], 'cpu': ['Not a valid string.']}
    but I haven’t changed any of the ECSRun parameters that were set on registration (where I set them to integers). Could there be a bug in the UI causing this?
    j
    m
    c
    • 4
    • 13
  • d

    DK

    09/08/2021, 4:38 PM
    Feature Request: It would be useful to be able to select multiple flows from the Flows/grid view and perform an ad hoc Quick Run on all that are selected. The issue that I'm having is that I sometimes have 30-50 Flows that need to be ran ad hoc and cannot be scheduled quite yet. There's quite a bit of clicks and waiting for the UI to go into flows sequentially. For example, you need to click into each flow, click quick run, go back to the Project Overview (because it's the default), back to the Flows/grid view, then back into the next flow. If you have multiple pages, it defaults to page one with <15 flows so that also adds clicks. Similarly, I think it would also be useful to set Schedules on multiple flows at time because many of my flows (usually within a project) have the same schedule and it can be tedious to set all of them for similar reasons. If there's a concern with accidental runs or accidentally changing schedules, you could have this feature disabled by default and enabled by an admin, and you could also have a Modal/confirmation of flows that will be run/modified before actually running the flows.
    j
    • 2
    • 1
  • f

    Fina Silva-Santisteban

    09/10/2021, 12:17 AM
    Hi everyone, I was trying to see the archived versions of my flows but it only shows me the versions I had registered today and nothing beyond that. Is this a UI bug of some sort??
    j
    k
    • 3
    • 11
  • b

    Brian Phillips

    09/10/2021, 8:01 PM
    Hi, is there a way to create an agent config in the UI? I see that I can create one under automations, but I don't see a way to edit its values.
    k
    j
    • 3
    • 7
  • o

    Ondrej Melichar

    09/14/2021, 7:19 AM
    Hi, whats the correct way to setup https access to the UI?
    k
    y
    • 3
    • 4
  • b

    Baum

    09/14/2021, 10:29 AM
    Hi, how do you configure the timezone of the UI? All my processes are in UTC, I don’t see where to set it.
    n
    • 2
    • 4
  • l

    Luca Schneider

    09/14/2021, 3:46 PM
    Hi all, question regarding prefect UI and a reverse proxy with basic auth (such as nginx). All my prefect server components sit behind nginx with basic auth. Everything is working except the Interactive API page where it keeps prompting for user:pwd as if every API call would need to be authenticated. I am assuming there is a conflict with authentification header or am I missing something ?
    z
    • 2
    • 6
  • a

    Aleksandr Glushko

    09/16/2021, 8:43 AM
    Hi all, i have a question regarding the GraphQL Prefect API. For now i can easily query all the information from Prefect Server and register flow with mutations. But can anyone give a reference about directly running flows by id/name using GraphQL mutations, please?
    j
    • 2
    • 1
  • c

    Cooper Marcus

    09/17/2021, 6:07 PM
    I encounter various “bugs”, oddities, etc in the Prefect Cloud UI - should I bother logging them in GitHub, or does the team feel they already have a decent backlog of UI tune-ups? (as a Product Manager, I know how… challenging it can be to keep getting reports of things I already know about and plan to fix 😉 )
    🤝 1
    n
    • 2
    • 4
  • r

    Ruslan

    09/17/2021, 6:52 PM
    hi! is it possible to disable all flows?
    n
    • 2
    • 2
  • s

    Sam Werbalowsky

    09/20/2021, 7:14 PM
    Is there any way to see what code was actually run as part of a flow in the UI? Or where the flow was registered from? I have a feeling it’s no, and by design, so that there is separation of the orchestration from the actual task.
    n
    • 2
    • 1
  • a

    Andrew Hannigan

    09/22/2021, 6:01 PM
    Getting a 404 error after clicking on a link to a flow I just registered.
    prefect register
    command succeeded but the flow is not appearing in the project
    ✅ 1
    k
    n
    • 3
    • 6
  • a

    Arun Giridharan

    09/23/2021, 1:02 AM
    QQ: has anyone run into an error where they can't click on any flows or runs on the prefect UI?
    k
    • 2
    • 3
  • a

    Anh Nguyen

    09/23/2021, 1:53 AM
    Could you tell me how to invoke the class that is called between tasks ?
    k
    • 2
    • 3
  • a

    Andrew Hannigan

    09/23/2021, 9:25 PM
    Does the choice of a single mapped task over 100 items versus 100 separate standard tasks have any impact from a pricing perspective?
    k
    k
    • 3
    • 3
  • m

    Martim Lobao

    09/24/2021, 12:24 AM
    don’t know if anyone has already pointed this out yet, but I constantly have to force close tabs running prefect because they keep hitting 100%+ of CPU usage. in nearly every case I don’t even have the tab open in the foreground
    n
    • 2
    • 1
  • j

    John Muehlhausen

    09/24/2021, 7:03 PM
Powered by Linen
Title
j

John Muehlhausen

09/24/2021, 7:03 PM
View count: 1