https://prefect.io logo
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
  • t

    Thomas Opsomer

    12/20/2021, 1:55 PM
    Hi all, we're experiencing UI issues like last week on https://cloud.prefect.io/ 😕 First, the elements were slow and not responding that much, and now we just can't see anything except the moving dots... ^^
    a
    j
    a
    • 4
    • 5
  • j

    John Shearer

    12/21/2021, 10:35 AM
    Is the datetime picker in the UI meant to grey out (and not allow selecting) dates in the past, or is that a bug?
    a
    • 2
    • 4
  • j

    John Shearer

    12/21/2021, 10:52 AM
    json->dict switch in UI (flow->run tab) has some unexpected behaviour. 🧵
    a
    j
    • 3
    • 23
  • b

    brian

    12/21/2021, 3:42 PM
    Hi all, is there any way to disable tasks in the UI when I run a flow manually? I’m migrating flows from azkaban to prefect, and this is smth azk supports. Would be nice if prefect could do the same thing. The only way I can see rn to accomplish this would be to put case blocks in my code and add a parameter for each task to disable the task. This feels a bit overcomplicated though. Any help is welcome!
    a
    • 2
    • 2
  • p

    Paul Gierz

    12/22/2021, 1:16 PM
    Is there a way to change the log level from info to debug when restarting from a failed state from the UI?
    a
    • 2
    • 1
  • d

    dev

    12/22/2021, 2:20 PM
    Hi all! This might be a beginner issue, but is it possible to separate common functionalities to other python modules and use them in all the flows in my project by importing the required functions? I tried to do this, but getting
    ModuleNotFoundError.
    I have tried using setting
    LocalRun(working_dir=)
    config too, but no success. How to handle such imports? Here's how the project is structured:
    project
    |_lib
       |_ util.py
       |_ common.py
    |_flows
       |_ flow1.py // imports from util etc here which is throwing error
       |_ flow2.py
       |_ flow3.py
    a
    p
    • 3
    • 5
  • l

    Leon Kozlowski

    12/22/2021, 7:15 PM
    Hi all, I frequently see an “Agent Problem” alert on the Cloud UI, upon hover the flag disappears, is this a known issue or is this just a latency condition? (screenshot in thread)
    a
    • 2
    • 4
  • k

    Kevin Mullins

    12/22/2021, 10:03 PM
    Here is another latency issue I’ve noticed in account usage, notice the usage this cycle loading as one value then changing.
    j
    c
    • 3
    • 2
  • k

    Kevin Mullins

    12/23/2021, 5:34 PM
    Don’t know the best place to provide feedback/suggestions for Prefect Cloud. If there is a better place, please let me know. I’m starting to use Flow and Task Concurrency in Prefect Cloud’s Standard tier. I think it would be an awesome enhancement if the concurrency limits allowed a description so whoever created the limit can provide context to why there is a concurrency limit.
    👏 1
    k
    • 2
    • 3
  • k

    Kevin Mullins

    12/23/2021, 7:08 PM
    I know the UI shows upcoming runs that are late; however, is there any way to find historical runs that were late?
    k
    • 2
    • 5
  • d

    Diego Alonso Roque Montoya

    12/27/2021, 7:23 AM
    Is there a way to debug why an overview flow page takes 1.5GB of memory and 100% of CPU?
    e
    • 2
    • 6
  • d

    David Koo

    12/27/2021, 7:50 PM
    Hello! Was wondering if anyone could help with this error whenever I run the flow on Prefect UI? Failed to load and execute Flow's environment: ModuleNotFoundError("No module named '/Users/david'") It looks like the error is coming from my local variable, PYTHONPATH, which is the path to the repo of custom libraries.
    k
    b
    • 3
    • 5
  • t

    Tom Klein

    01/02/2022, 2:43 PM
    Hello - is it possible to add a
    service account
    in the free account? it seems that we’re forced to add a “role” but can’t add roles? or am i missing something?
    a
    j
    • 3
    • 15
  • t

    Tom Klein

    01/02/2022, 4:52 PM
    Also, question about retries: what’s the default number of retries for attempting to fetch the flow definitions (e.g. from an S3 storage)? and does it change when the flow is restarted from the UI? (what we saw seemed like 4 retries by default and then 2 retries when restarted)
    a
    • 2
    • 2
  • r

    Ramzi A

    01/04/2022, 2:25 PM
    Not sure if this is the best place for this question let me know if its better suited for another channel. For secret management (api keys for example) is it recommended using the Prefect cloud’s management system vs. the machine that is executing the flow runs? I can see the benefits in keeping in Prefect clouds system because if you need to a spin up a new Virtual machine or run it another computer you’d keep them in a single env.
    a
    • 2
    • 1
  • m

    Manuel Ledesma

    01/05/2022, 5:19 PM
    Good morning, I'm trying to deploy prefect helm chart on EKS, deployment is fine but when trying to setup the UI service as load balance, I'm always getting 400 as response, according to nginx documentation the proxy_protocol must be setup to allow ELB traffic, but I don't see an way to change the nginx default.conf file.
    a
    • 2
    • 13
  • s

    Suresh R

    01/06/2022, 6:17 AM
    Hi! How Open Source version of Prefect UI will authenticate with Cloud? Will it use service account?
    k
    a
    n
    • 4
    • 8
  • l

    Leon Kozlowski

    01/06/2022, 8:11 PM
    Is there any way to view the
    prefect.context
    a flow was using during a flow run
    k
    • 2
    • 2
  • r

    Ryan

    01/10/2022, 4:08 AM
    Does anybody know of a way to get the input parameters of a task run to show up in the UI? Kind of like how
    @task(result=PrefectResult())
    makes the output of the task run appear in the UI, except I'm looking to do this with the inputs as well.
    👀 1
    k
    a
    • 3
    • 11
  • q

    Qin XIA

    01/10/2022, 11:06 AM
    Hello, i passed my prefect version from 0.15.10 to 0.15.11 and i don't have log in UI any more. Does anyone have the same problem?
    a
    j
    • 3
    • 6
  • c

    CĂ´me Arvis

    01/10/2022, 11:11 AM
    Hi ! We don’t have any logs on our runs since this morning, whether the run is a success or not, is there any known issue? Thanks!
    a
    j
    • 3
    • 4
  • d

    Diego Alonso Roque Montoya

    01/11/2022, 2:11 AM
    A lot of the times, when I try to open a task-run, the page loads for 5 minutes then redirects me to
    getting-started
    . For our particular usage, this makes Prefect unusable, as we need to be able to inspect processes quickly (or even at all). Is there a common issue that causes for this?
    a
    • 2
    • 3
  • h

    Heeje Cho

    01/12/2022, 5:24 PM
    Is there a way to change my password in prefect cloud ui? or CLI tool to change my password?
    n
    • 2
    • 2
  • r

    Ray Shi

    01/13/2022, 4:33 AM
    Hello, glad to join the Prefect community. I have a question on the flow that i registered on the UI, but it always shows this error and pointing to a directory different than my teammates. Just feel like on the UI it is using a different of the version of the getApplicant task. But it can be executed locally with no error. see screenshots below. What would be the cause for this? Thanks
    k
    a
    • 3
    • 13
  • d

    Daniel Kornhauser

    01/17/2022, 4:09 PM
    Hi guys, can you confirm it’s only possible to have a nice progress-bar in the schematic task if you are mapping a task ? More details in thread …
    :upvote: 1
    k
    a
    • 3
    • 6
  • h

    Heeje Cho

    01/20/2022, 6:11 PM
    Hey guys, loving Prefect so far! Noticing that for simple pipelines flow schematic is pretty easy to follow but when the pipeline gets complex the schematic becomes too cluttered to follow intuitively. One of my favorite features in Airflow is the whole "flowchart" visualization of DAGs, are there any plans currently to develop a more intuitive flowchart type-ish diagram in the UI? Simplest use case would be to explain flows to managers or executives who like to follow simpler diagrams.
    e
    • 2
    • 2
  • m

    Maximilian Rausch

    01/25/2022, 2:36 AM
    Is it possible to see the name of the flow in the run history dashboard section? All I can see is the run name which is a nonsense combination of words. Thank you.
    k
    • 2
    • 9
  • s

    Stephen Herron

    01/25/2022, 5:37 PM
    Hey - is naming a schedule something that might be useful, if it cannot be done already? If you have 2 schedules for same time different parameters for a flow, how do you tell them apart?
    k
    • 2
    • 2
  • a

    Anders Segerberg

    01/25/2022, 5:42 PM
    Hi, Is there a way to archive an entire project, instead of just individual Flows?
    k
    • 2
    • 2
  • d

    Diego Oliveira

    01/25/2022, 6:20 PM
    Hello, I would like to know if it is possible to assign an agent label when I create a schedule using the UI. When I create the schedule, the runs don't run because it doesn't have an agent label assigned
    k
    g
    • 3
    • 7
Powered by Linen
Title
d

Diego Oliveira

01/25/2022, 6:20 PM
Hello, I would like to know if it is possible to assign an agent label when I create a schedule using the UI. When I create the schedule, the runs don't run because it doesn't have an agent label assigned
k

Kevin Kho

01/25/2022, 6:37 PM
Hi @Diego Oliveira, I am a bit confused why the agent label would be related to the schedule. The agent label needs to go on agent creation. The Flow label needs to go on the flow side (storage, not schedule). Does that help?
d

Diego Oliveira

01/25/2022, 7:08 PM
Its because I have multiple agents and I want to create a schedule associate with a agent, it's possible?
k

Kevin Kho

01/25/2022, 7:11 PM
It’s not but I think in Prefect 2.0 it might be possible because everything is tagged including Schedules
g

Gabriel Milan

01/26/2022, 9:48 PM
But isn't it possible to set labels on schedules through the Python API? I can even see an open issue on that https://github.com/PrefectHQ/ui/issues/962
k

Kevin Kho

01/26/2022, 10:28 PM
Oh you are right @Gabriel Milan. My thinking was wrong here. Thanks for correcting me! But yes you still can’t set it in the UI as seen in the issue
g

Gabriel Milan

01/27/2022, 10:29 AM
Do you think this will be available at Orion?
k

Kevin Kho

01/27/2022, 4:35 PM
I can’t say for sure but you can comment and ask Jenny in that issue
✅ 2
View count: 1