Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
-2 votes
1 answer
83 views

Vegan dinosaur runs prefect jobs

I'm using python's prefect library (2.7.9) for managing complex cron-task flows. My library log: It is wierd, but: Why does vegan dinosaur run my prefect tasks? Are there any fundamental principles ...
kupihleba's user avatar
  • 498
2 votes
2 answers
952 views

Forwarding stdout and stderr to logger in Prefect 2 flows

I have a couple of old ETL jobs that need to be adopted to Prefect flows. All of them are utilizing print statements for logging. Jobs should be backward-compatible and keep printing existing messaged ...
Oleh Rybalchenko's user avatar
2 votes
1 answer
1k views

How to make Prefect.io format file handler so that log entries will be just like stdout

I am trying to have a Prefect.io log file, created by file handler, to look exactly like the log the is printed out by the Prefect.io logger, but I get just the message. instead of [2021-06-11 12:46:...
user3827333's user avatar