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

    Mathuraju Sivasankar

    02/11/2023, 4:17 PM
    Hi, I have created sample python code with flow and task in VS code editor. Also I have started server using "prefect orion start" using CLI in windows. I am not seeing the running flow in the prefect UI (http://127.0.0.1:4200/). Could any one help me on this? Thanks in Advance.
    ✅ 1
    j
    • 2
    • 14
  • e

    eli yosef

    02/12/2023, 10:53 AM
    Hi, Would it be possible to duplicate a deployment from something else that already exists using the UI?
    t
    j
    • 3
    • 6
  • o

    Oluremi Akinwale

    02/13/2023, 8:25 AM
    Hi everyone, please how can I run prefect 2.0 Agent within python code that contain the flow?
  • m

    Mike O'Connor

    02/13/2023, 11:42 AM
    is it possible to hide subflow runs from the prefect UI? We’re currently experimenting with flows that run many (hundreds) of subflows, and it inevitably clutters up the UI.
    j
    • 2
    • 1
  • k

    Kristian Sentic

    02/14/2023, 10:52 AM
    Hello, I have created a new generic webhook block you added in 2.8.0. for google space chat. I can't add it to Automations, it gives me only "notify" tagged blocks and the new webhook block is not in it. Is this intended?
    ✅ 1
    w
    j
    • 3
    • 6
  • b

    Brandon Reid

    02/14/2023, 4:40 PM
    Hey all, Here's a quick loom about some updates to the Flow Run Timeline. I'm always open to feedback/ideas/critiques on this visualization as well.
    r
    a
    f
    • 4
    • 7
  • q

    q ret

    02/15/2023, 2:40 PM
    Hello. I'm trying to get prefect set-up for the first time on a Mac computer. I've been able to set-up and run some simple flows and see them and info about them in the UI. However, I am not able to see any deployments in the UI.
    ✅ 1
  • q

    q ret

    02/15/2023, 2:40 PM
    I've tried the following:
  • q

    q ret

    02/15/2023, 2:40 PM
    from test_flow import download_test_flow
    from prefect.deployments import Deployment
    
    deployment = Deployment.build_from_flow(
        flow=download_test_flow,
        name="download_test_flow-deployment", 
        version=1, 
        apply = True,
    )
  • q

    q ret

    02/15/2023, 2:40 PM
    and get:
  • q

    q ret

    02/15/2023, 2:41 PM
    /var/folders/17/7_6vn17x5z77mfq5wpccgfc80000gn/T/ipykernel_58629/1032681887.py:4: RuntimeWarning: coroutine 'Deployment.build_from_flow' was never awaited
      deployment = Deployment.build_from_flow(
    RuntimeWarning: Enable tracemalloc to get the object allocation traceback
  • q

    q ret

    02/15/2023, 2:41 PM
    or if I then do:
  • q

    q ret

    02/15/2023, 2:41 PM
    deployment.apply()
  • q

    q ret

    02/15/2023, 2:41 PM
    I get:
  • q

    q ret

    02/15/2023, 2:42 PM
    ---------------------------------------------------------------------------
    AttributeError                            Traceback (most recent call last)
    /var/folders/17/7_6vn17x5z77mfq5wpccgfc80000gn/T/ipykernel_58629/2991491988.py in <module>
    ----> 1 deployment.apply()
    
    AttributeError: 'coroutine' object has no attribute 'apply'
  • q

    q ret

    02/15/2023, 2:42 PM
    Can anyone provide any advice or a pointer to some documentation about how to get the deployments set-up to see in the UI? I did some googling for help on this topic but didn't find anything. Thanks!
    r
    • 2
    • 13
  • m

    Mansour Zayer

    02/17/2023, 4:59 PM
    Hello. We're having UI problems. The first screenshot is the custom run tab for a flow without default values for parameters. As I type, my message is invisible (possibly, the font color is the same as the background filling). The second screenshot is for a flow with default values. So you see the default value in gray in project_name field field, but still when I start typing it becomes invisible. I can see my text if I only type numbers (like the variables field), or if I copy paste from VSCode (in the parameters field). In the case of numbers, if I start typing a character, the text disappears. I'm on google chrome Version 110.0.5481.104. I don't have dark mode or anything enabled. (If I'm not in the right place, please point me to the right direction. Thank you)
    j
    • 2
    • 1
  • j

    JP

    02/20/2023, 10:26 AM
    Heya! I have 48 scheduled flow runs that are late due to the http2 bug in prefect, that I'd like to manually cancel, how would I go about doing that in Prefect UI? To my limited knowledge, I can select each of the 48 flow runs clicking them individually and then delete.. however I'm looking to select all at once and cancel them instead 😕 edit: I did not find any way how to solve this via UI, hence used the prefect client lib to do it via API. Example in thread.
    n
    • 2
    • 6
  • b

    Brandon Reid

    02/21/2023, 3:54 PM
    The fullscreen and re-center buttons are out for the Flow Run Timeline. Little pro tip, they have keyboard shortcuts (
    f
    for fullscreen,
    c
    for re-center). I'd love to hear if folks find them helpful or not. Will be focussing on some bigger stuff for the graph next.
    ❤️ 6
    s
    m
    s
    • 4
    • 7
  • l

    Leon Kozlowski

    02/21/2023, 8:04 PM
    Is saving views a feature not granted to my organization? I get an error every time I try to save a view with different parameters
    :plus-one: 1
    ✅ 1
    e
    • 2
    • 5
  • p

    Preeti Mandole

    02/22/2023, 9:55 AM
    Hi ,Hope you all are doing well . Need help from your end to access prefect dashbaord i ran prefect server start _ _ _ _ _ _ _____ | _ \ _ \ __| __| __/ _| _| | _/ / _|| _|| | (_ | | |_| |_|_\___|_| |___\___| |_| Configure Prefect to communicate with the server with: prefect config set PREFECT_API_URL=http://127.0.0.1:4200/api View the API reference documentation at http://127.0.0.1:4200/docs The dashboard is not built. It looks like you're on a development version. See
    prefect dev
    for development commands. http://127.0.0.1:4200 : Getting response as {"detail":"Not Found"} could anyone help me to fix this issue
    m
    • 2
    • 30
  • p

    Pedro Henrique

    02/22/2023, 5:58 PM
    Hi, i have a problem every time i run my flow with docker show de message before starting the flow and the following error showing: DockerException( docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', PermissionError(13, 'Permission denied')) The above exception was the direct cause of the following exception: RuntimeError: Could not connect to Docker. The flow build with sucess. prefect deployment build HOTSPOTS/hotspots.py:flow_function --name 'hotspot-docker' --work-queue 'hotspots' --storage-block 'local-file-system/local-storage' --path 'HOTSPOTS' --infra-block docker-container/hotspot-container Does anybody know how to solve this?
    r
    • 2
    • 5
  • h

    Harry Hause

    02/22/2023, 6:56 PM
    Was there an update pushed today? Having trouble editing my environment variables on my ecs block. I can’t see the cursor move or edit the JSON as I was able to before.
    ✅ 1
    b
    n
    • 3
    • 5
  • j

    Jean-Michel Provencher

    02/23/2023, 4:07 PM
    Is there a way to see task retries in the UI ?
    b
    m
    • 3
    • 9
  • j

    Jenia Varavva

    02/23/2023, 7:48 PM
    Hi, I like the flow run timeline view: it’s slick and useful. However, when a flow goes over a few hundred tasks, it hangs the UI. Is there some option to disable it? Or is the best option to downgrade?
    b
    • 2
    • 1
  • j

    john enquist

    02/23/2023, 8:26 PM
    hi prefect team, the new prefect 1 cloud ui changes are pretty funky
    m
    • 2
    • 1
  • m

    Matthew Scanlon

    02/24/2023, 2:16 PM
    HI Team, Seeing an issue where flow is stuck in pending state, and when i open the flows interface, the "cancel" button flashes and then disappears
  • d

    Deepak Pilligundla

    02/24/2023, 2:43 PM
    Hello All when ever we update the DB passwords flows are not working until you register all the flows together , is there any alternative way to avoid to register all the flows when passwords updated , please let me if any one across similar issue ,Thanks in advance for time and consideration.
  • j

    Jai P

    02/24/2023, 3:28 PM
    👋 hullo! is there a known issue with subflow names in the flow run UI being incorrect? e.g. the
    Subflow Runs
    tab has different names for the subflows runs than the flow run ui, which makes it difficult sometimes to know what is what
    b
    • 2
    • 2
  • l

    Leon Kozlowski

    02/24/2023, 5:11 PM
    Not necessarily a bug report, but in the prefect 2
    Flow Runs
    page, when I hover over the first 2 flow runs, there is some noticeable latency of the tile sliding + what seems like heavy network calls
Powered by Linen
Title
l

Leon Kozlowski

02/24/2023, 5:11 PM
Not necessarily a bug report, but in the prefect 2
Flow Runs
page, when I hover over the first 2 flow runs, there is some noticeable latency of the tile sliding + what seems like heavy network calls
View count: 3