Can I set the run_name using specific parameters instead of hash/run time?

For example: Ideally I want some id to specify dynamic parameters set for data asset, say specific time period that defines data (and not equal to run time), so that I can compare reports for specific asset AND parameters.
I understand I can set it as part of the “Asset Name”, but that would be suboptimal for my use case.

I want to be able to filter validations on main index.html by asset name and some asset parameter, say “inventory, 2020-12”, having potentially multiple validations with different run times/statuses with that combination.

1 Like

Yes, you can set the run_name when creating a validation operator. There’s a run_id object with an optional attribute of run_name.

Here’s a sample notebook (validation playground) where you can see this being done when creating a validation operator.

1 Like