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!