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
  • a

    Anders Segerberg

    01/25/2022, 9:12 PM
    When viewing the "Flows" page from the Dashboard, does RunHistory by default only show runs from a certain time back? As in, I don't see runs loading that were ran several months ago; but I see more recent runs.
    k
    • 2
    • 4
  • b

    Ben Welsh

    01/26/2022, 1:15 AM
    Is it possible to rename your team?
    c
    • 2
    • 1
  • r

    Ruslan

    02/02/2022, 6:34 AM
    Hi! is it possible to send notification when flow went in cancelling status? The problem is that flows doesn’t went canceled in normal production flow projects (not small toys), they went in cancelling status and stay there influently. I’m talking about this problem more than half year and nothing changes, cancellation functionality doesn’t work at all. And the main problem is that in additional I can’t monitor this states because there are no alerting ability about changing state in cancelling state
    a
    • 2
    • 13
  • i

    Ievgenii Martynenko

    02/02/2022, 10:44 AM
    Hi, Just wondering is there any option not to show parameters on graph ui, or show them as a list for example on right side of the UI like a slide window or a pop-up? If we have a complex flow with 10+ parameters that might be either overwritten from UI, flow graph becomes almost unreadable.
    a
    • 2
    • 3
  • t

    Tomás Emilio Silva Ebensperger

    02/02/2022, 11:05 PM
    Quick question. is it possible to load images on prefect cloud as part of the artifacts markdown, images that live on the server where i have my agent running? Thanks
    k
    • 2
    • 1
  • r

    Ruslan

    02/03/2022, 8:08 AM
    Hi! Is it possible to send success alert not for each flow run, but only if flow succeed after failed run?
    a
    • 2
    • 1
  • a

    Alex Filatov

    02/04/2022, 8:24 AM
    BUG report: schedules -> New schedule -> SCHEDULE (advanced=off) {Run every 1 hour … on the 15th minute of the hour.} + CREATE => Schedule with cron 15 */1 * * * Flowrun with this schedule not start. With edited to 15 * * * * works fine.
    a
    • 2
    • 1
  • d

    Daniel Davee

    02/05/2022, 3:27 AM
    Is the something wrong the cloud UI, for some reason none of my assests are loading
    k
    j
    • 3
    • 7
  • a

    Andrea Nerla

    02/07/2022, 11:50 AM
    Hi folks, since I'm having some problems with setting Slack Notifications let me ask, is it normal that when I access my WEBHOOK_SLACK_URL on the cloud I can't visualize it?
    a
    • 2
    • 2
  • м

    Михаил Бараковский

    02/09/2022, 8:02 AM
    Hi! How to make an alert when a process gets "cancelling" status?
    k
    a
    • 3
    • 4
  • m

    Marwan Sarieddine

    02/09/2022, 10:57 PM
    Hi folks, is there a reason why a flow’s automation would only show on the main dashboard but not under the flow page’s automation tab ?
    a
    j
    • 3
    • 9
  • p

    Paul Schale

    02/15/2022, 10:58 PM
    Is it possible to reset a single leg of a mapped task without having all legs re-run?
    k
    • 2
    • 2
  • d

    Dennis Hinnenkamp

    02/16/2022, 6:56 AM
    Hi folks, I have created a file that contains a flow of flows and so far it works great! The only question I have is how can I name the individual flows so I can distinguish them in the UI.
    a
    • 2
    • 2
  • d

    Dennis Hinnenkamp

    02/16/2022, 10:34 AM
    I have read that there is the possibility to merge two strands of a flow. But apparently this is only possible for conditional flows. Is there a way to merge two or more parallel tasks if successful? I am not so much interested in a task that is executed at the end. For example, the reference task of the flow is dependent on one task from each of the parallel tasks, then it would be nice in the UI if this is visualized in the schema. Example: Reference tasks of the flow are the last three import tasks. It would be cool if this could be visualized like in picture two. Currently I have created a dummy task with an
    all_successful
    trigger, whose upstream task again consists of the last three import tasks. I hope it is somewhat understandable what exactly I want to achieve 😃
    a
    • 2
    • 9
  • r

    Roger Bosch Mateo

    02/16/2022, 12:55 PM
    Hi! Is there a way in which I can see the flow visualization of a task that runs other tasks? Due to dynamic requirements i need to make a task run other tasks. I would like to visualize this in the web UI and as of now I amb only seeing the "main" task. I have been looking through the documentation but couldn't find any answers. Thanks in advance! 😀
    a
    • 2
    • 4
  • k

    Kevin Mullins

    02/17/2022, 4:48 PM
    I’ve been continuing to run into some issues with the Prefect Cloud UI becoming unresponsive in Chrome. I was thinking about entering a bug on github; however, I’m not sure what details I can provide to help troubleshoot this. Is there anything I can capture on my end when it happens that would help? (I’m not much of a front-end dev)
    a
    j
    • 3
    • 13
  • d

    Dan Morris

    02/17/2022, 5:20 PM
    We've got our first flow, already being used by multiple members of our team. The flow relies on having the user type in their username as a parameter. Since the user is already logged into the Prefect UI, is there a way to capture their username/email address and pass as a parameter?
    a
    • 2
    • 9
  • t

    Tim Wright

    02/18/2022, 8:48 PM
    Hey everyone. Prefect Cloud user here. I know that in Prefect Cloud our actual code stays on our systems - and that our agent (in this case, a K8s agent in AKS) polls prefect cloud to determine when to run a flow (and with what parameters it should run). I was wondering if there are any ways to prevent/limit malicious users from executing in our infrastructure if an api key with deployment permissions was accidentally compromised? Is there anything we can do within the agent (or elsewhere) to prevent a bad actor from registering a flow with Prefect Cloud that could then get picked up by our agent?
    k
    • 2
    • 4
  • s

    Sumit Kumar Rai

    02/21/2022, 3:32 AM
    Hello everyone. I have two flows and one flow named
    Flow A
    invokes the another flow named
    Flow B
    . If the
    Flow B
    fails then it informs
    Flow A
    that it has failed and
    Flow A
    . I am not able to figure out how can I navigate to
    Flow B
    run from the
    Flow A
    ? We get alerts from
    Flow A
    and the url from the alerts lands us to the run of
    Flow A
    . To navigate into the
    Flow B
    run I have to go navigate manually from the list of flows. Is there any easy way?
    k
    a
    • 3
    • 3
  • c

    Chris L.

    02/22/2022, 11:24 AM
    Hello Prefect Team, I am getting stuck when deleting a service account from the Prefect Cloud UI (tested in Chrome and Safari). I've attached a screenshot of the screen where I was stuck and the logs from Chrome console. Seems to be related to this https://content-security-policy.com/examples/blocked-csp/. Not really familiar with browser development, just checking whether this is something I can resolve on my end? Many thanks!
    a
    • 2
    • 1
  • z

    Zhibin Dai

    02/24/2022, 3:33 PM
    Hi All, I was able to get a dbt flow working and visible in the UI. One question: what do i need to do to make the dbt logs visible in the console? I see the INFO level logs in my terminal, but not here. I'd like to be able to see the logs of each test, for example. Thank you!
    👍 1
    m
    k
    • 3
    • 3
  • v

    Victor Xie

    02/25/2022, 3:52 AM
    Hi, I understand that I can see a table of all historical runs information, including their execution times, of a specific task in a flow at /{project}/task/{task_uuid}?runs page of the Prefect web UI. However, I was wondering whether the web UI currently has a visualisation of how the execution duration of a specific task has changed along all previous runs of the flow. This will be more easier to use than the table view to identify anomaly of the execution time at task level.
    a
    • 2
    • 2
  • m

    Mukamisha jocelyne

    02/25/2022, 6:32 AM
    Is there a way to get the metrics results displayed on prefect cloud UI? I know there's an option of sending the metrics results( as an output of function) locally or S3, etc... but is there an option to redirect these results to immediately be displayed on the UI?
    a
    • 2
    • 1
  • r

    Rajan Subramanian

    03/02/2022, 5:36 PM
    hello, i recently got some piplelines deployed on orion UI. How do i stop a task run? i see two similar tasks being run concurrently and want to stop one of them
    k
    • 2
    • 88
  • r

    Rajan Subramanian

    03/02/2022, 5:37 PM
    a
    k
    m
    • 4
    • 23
  • d

    Daniel Nilsen

    03/04/2022, 9:34 AM
    Hi! I deployed the prefect UI and it askes me to point to the Prefect Server. I added the server URL and its working, however It keeps asking anyone how loads the UI for the first time to input the URL for the Prefect Server. Is there a way for me to set it once for anyone how visits the UI?
    a
    k
    • 3
    • 8
  • r

    Rajan Subramanian

    03/04/2022, 4:59 PM
    Hello, is there any plan on making the orion ui similar to prefect 1.0 UI on the cloud?
    k
    m
    • 3
    • 21
  • l

    Luke Orland

    03/04/2022, 5:48 PM
    On Prefect Cloud,
    <https://cloud.prefect.io/newsela/flow-run/><flow-run-id>?logs
    when I click the Download button the generated file only contains 200 of thousands of log messages. Is that expected?
    k
    • 2
    • 13
  • h

    Hunter Ellis

    03/04/2022, 7:39 PM
    Good afternoon. I just ran my first flow using prefect server and the localhost:8080. I had a question on scheduling. Is there a way to automate activating the server and local agent or do I just need to leave it running in the background?
    k
    m
    • 3
    • 8
  • t

    Tom

    03/07/2022, 2:32 PM
    Hi all! I was checking out the docs and noticed that Cloud hooks will be replaced by automation, however automation is not available on the standalone deployment, will this remain the case when Cloud hooks are phased out?
    k
    • 2
    • 4
Powered by Linen
Title
t

Tom

03/07/2022, 2:32 PM
Hi all! I was checking out the docs and noticed that Cloud hooks will be replaced by automation, however automation is not available on the standalone deployment, will this remain the case when Cloud hooks are phased out?
k

Kevin Kho

03/07/2022, 2:33 PM
Hi @Tom, Cloud hooks are not going anywhere really, and automations are a Prefect Cloud only thing.
t

Tom

03/07/2022, 2:33 PM
ah alright, this is what the docs mentioned:
Psst! We have recently added Automations which offer more functionality than Cloud Hooks and will eventually replace them.
k

Kevin Kho

03/07/2022, 2:34 PM
They did replace for Cloud but they won’t be removed from Server
t

Tom

03/07/2022, 2:34 PM
Alright, good to know, thanks!
View count: 3