Hey everyone, how does Prefect convert cron expressions to human readable language?
I'm trying to send up notifications on slack and I want to be able to convert cron to the same language.
I tried
cron-descriptor (A Python library that converts cron expressions into human readable strings.) and it doesn't match.
I know that Prefect is using croniter under the hood, but I couldn't find how I can get croniter to output human readable schedules from a cron expression.