I would like to use Memoization for jobs that I am defining from AssetsDefinitions with define_asset_job.
The problem is: define_asset_job
does not allow me to set-up a version_strategy.
How can I accomplish this, is there a different way to define jobs from assets which allow me to set up a version_strategy?