Mark Callison
09/05/2025, 3:00 PMNick Torba
09/07/2025, 12:34 AMKiran
09/08/2025, 12:19 PMMichael Savarese
09/08/2025, 5:03 PMJoe D
09/08/2025, 7:56 PMKiran
09/09/2025, 10:03 AMMiguel Moncada
09/09/2025, 11:43 AMMiguel Moncada
09/09/2025, 2:34 PMShareef Jalloq
09/09/2025, 3:23 PMGitRepository
source for my flow deployments but now realise my mistake as I need to both git clone
and pip install
my package. What's the correct way to clone and install my deployments? The docs don't provide examples for this sort of flow.David Michael Carter
09/09/2025, 3:56 PMFinished in state Completed(message=None, type=COMPLETED, result=ResultRecord(metadata=ResultRecordMetadata(...
Every time one of my tasks finishes, its outputs are involuntarily printed to the cloud logs. This is unacceptable as some task outputs contain secrets such as auth tokens, and now we have to deal with leaked secrets.Court
09/09/2025, 4:48 PMJoe
09/10/2025, 4:23 AMKiran
09/10/2025, 6:19 AMKiran
09/10/2025, 7:29 AMxiaotian lu
09/10/2025, 7:39 AMSyméon del Marmol
09/10/2025, 11:42 AMDennis Hinnenkamp
09/11/2025, 11:04 AMitielOlenick
09/11/2025, 3:27 PMBrandon Robertson
09/11/2025, 6:45 PMOleksii Stupak
09/12/2025, 7:11 AMRicardo Gaspar
09/12/2025, 11:17 AMFailed
or Success
https://docs.prefect.io/v3/concepts/states#states
I need for my data pipelines to be able to signal warnings, but I don't have a proper way to signal that via the DAG final state; which would be ideal for observability.
Is there anything to support 3 final workflow states, like a semaphore:
• Failed
🔴
• Warnings
/ Success_with_warnings
🟡
• Success
🟢
Or any other monitoring solution within the UI
or observability side of Prefect
that allows that?
CC: @Nathan Nowack @Brendan O'Leary @Anna M GellerPyHannes
09/12/2025, 11:50 AMOwen Boyd
09/13/2025, 8:20 PMIshan Anilbhai Koradiya
09/14/2025, 2:09 PMGiacomo Chiarella
09/15/2025, 1:07 PMTim Galvin
09/15/2025, 1:48 PM@task
decorated functions without any asyncio.
I am seeing that all the tasks are now returning prefect_dask.task_runners.PrefectDaskFuture
. Oddly they are not being used to create any tasks, or general workflow. Each time I run I am not seeing any dask tasks get registered in the web UI. What is confusing my is that I am seeing the logs in the version 3 web UI.
Is there now some differencce in how a dask task running is meant to be used? Is it automatically started and in a state ready to receive work? Or am I meant to be resolving these futures explicitly before they are added to the dask work graph?Nimesh Kumar
09/15/2025, 2:43 PMMiguel Moncada
09/15/2025, 3:12 PMdeploy()
function in the Python SDK?Aaron Ward
09/15/2025, 4:42 PMAnoop Sypereddi
09/16/2025, 3:17 PM