https://prefect.io
Join Slack
<@ULVA73B9P> What is the best way to add kerberos authentication to an image being used by a prefect...
b

Brennan Tolman

about 2 years ago
@Marvin What is the best way to add kerberos authentication to an image being used by a prefect worker to run a job?
b
m
  • 2
  • 8
  • 161
Hey guys, I would like to instrument my self hosted Prefect deployment with `OpenTelemetry` (Its th...
t

Tomer Friedman

over 2 years ago
Hey guys, I would like to instrument my self hosted Prefect deployment with
OpenTelemetry
(Its the last part of our micro-service architecture thats missing it) I was looking online and only managed to find a single old thread and one attempt that doesn't look working/maintained. Anyone tried this? Know if its doable even? • It would require passing the Open Telemetry trace id from a parent flow to each of its subflows/tasks. Prefect run context which might be an option for this does not appear to allow additional fields. • The tasks/flows themselves would also need to be instrumented of course Would appreciate any help 🙏 Thanks all
t
a
j
  • 3
  • 7
  • 161
Hello, I'm trying to deploy prefect agents on an on prem environment, but I get a `prefect.exception...
h

Hamza Naanani

about 3 years ago
Hello, I'm trying to deploy prefect agents on an on prem environment, but I get a
prefect.exceptions.PrefectHTTPStatusError: Client error '403 Forbidden' for url '<https://api.prefect.cloud/api/accounts/xxxxxxxx/workspaces/xxxxx/work_queues/name/dev-prem-wq>'
I tried changing the api keys (service account) / giving ownership to the agent on the workspace, but nothing worked so far. I tried deploying the agents on the cloud on a kubernetes cluster and it works just fine, but when I try to do the same thing on our on prem environment, it returns me this error. Can I have some insights please ? Thanks
✅ 1
h
c
  • 2
  • 7
  • 161
hey everyone, is there a way to use variables that are global to every task like an increment counte...
f

Florian Guily

over 3 years ago
hey everyone, is there a way to use variables that are global to every task like an increment counter ?
✅ 1
f
a
  • 2
  • 4
  • 161
Does prefect have a drag-and-drop-based UI,? I want to use it for network operators. They can’t code...
u

张强

almost 4 years ago
Does prefect have a drag-and-drop-based UI,? I want to use it for network operators. They can’t code.
u
a
  • 2
  • 6
  • 161
<@ULVA73B9P> How to set Kubernetes Job resource limits on Prefect3
a

Avi

about 1 year ago
@Marvin How to set Kubernetes Job resource limits on Prefect3
a
m
  • 2
  • 9
  • 160
<@ULVA73B9P> I set a job watch timeout of 300 second. I then get an error in the dashboard: Job 'tes...
m

Mitch

about 1 year ago
@Marvin I set a job watch timeout of 300 second. I then get an error in the dashboard: Job 'test-01': Job did not complete within timeout of 300s. Why didn't the flow stop after this error? I'm on prefect 2.19
m
m
  • 2
  • 7
  • 160
Hi All, General Question - Can we deploy prefect on open shift ? Is there a doc for this ? Appreciat...
g

Gowtham Manne

over 3 years ago
Hi All, General Question - Can we deploy prefect on open shift ? Is there a doc for this ? Appreciate your help!
discourse 1
g
k
+2
  • 4
  • 16
  • 160
Hello, in Orion - how to handle logging from python files which are not part of flow code? I usuall...
d

Darshan

over 3 years ago
Hello, in Orion - how to handle logging from python files which are not part of flow code? I usually use loguru for my logging but not able to make it work with Prefect logging seamlessly. I would like to have both prefect logging and app logging to sink to same target (file/console) and with consistent format. Are there any good examples available on this ?
d
k
a
  • 3
  • 2
  • 160
How do I create and run flows on a schedule in Prefect Orion? Let’s say I have this: ```schedule = ...
c

Christoph Deil

almost 4 years ago
How do I create and run flows on a schedule in Prefect Orion? Let’s say I have this:
schedule = IntervalSchedule(interval=datetime.timedelta(seconds=10))
deployment_spec = DeploymentSpec(name="hola", flow=greetings_flow, schedule=schedule)
Do I now use OrionClient and some methods to deploy? We currently use Prefect core in a pod and simply do flow.run() with a schedule attached, and I’m looking for a working example to do the equivalent in Orion (even if I gather behind the scenes it will do something else via a server and DB). Basically I’m looking for this: https://orion-docs.prefect.io/concepts/deployments/#running-deployments-with-the-api 🙂
c
z
  • 2
  • 9
  • 160
Previous353637Next

Prefect Community

Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.

Powered by