I have an asset that is partitioned, but the parti...
# ask-community
s
I have an asset that is partitioned, but the partition is custom/dynamic and not by time. The partitions are basically filenames and then an “other” category. I have a sensor that will trigger the filename assets, but I want a schedule that triggers the “other” partition. Is it possible to create a job that executes an asset for a specific partition?
Figured it out. I just can to create a custom schedule with a
RunRequest
that specified the partition.