How to write a go-cron expression to trigger a run of a job on the 3rd Thursday of every month? This is specific to scheduling pipelines on Kubeflow.
For example: croniter
library provides the hash symbol for day of the week which allows you to schedule on the nth day of the month. Reference.
Can we do something similar with go-cron?