https://prefect.io logo
Title
s

Stéphan Taljaard

03/23/2022, 9:47 PM
I also took a go at @Marvin's challenge :marvin-duck:. Although my flow's radar plot doesn't really look impressive, the experience leading up to it has been! I hacked together a simple flow that checks for new job postings on https://boards.greenhouse.io/prefect/, keeps track and when new ones come up, send their links to me via Telegram. I'll post the code in a reply in the thread (again, it was a hacked together quickly 😅 ) Note for the radar diagrams: left was my first flow run, and right the second run. The flow only notifies me when it found "new to me"-job posts. The second run skipped the sending step, because it already notified me of the current jobs. _What was
really
nice_:
flows are so easy to define in Prefect 2.0! The conditional logic was done using a simple
if
statement. Not that 1.0's
case
is difficult, but 2.0's usage is super straight forward, making it even easier and more fun to use!
🚀 9
:prefect: 11
:upvote: 4
👀 7
👏 11
❤️ 11
a

Anna Geller

03/23/2022, 9:58 PM
Nice work! I'll think I'll use your code to send me a Slack message about new roles and future colleagues! 🙂 super cool use case! 👏
s

Stéphan Taljaard

03/23/2022, 9:59 PM
excited
Next steps for me: • Code clean-up • DeploymentSpec + automated runs
👍 3
d

Dylan

03/24/2022, 2:59 PM
👏 👏 👏
a

Alyssa Mazzina

03/24/2022, 8:54 PM