https://dagster.io/ logo
#ask-community
Title
# ask-community
a

Alec Ryan

04/24/2022, 10:57 PM
How can I partition an asset generated by a sensor? I have a job that runs off of partitioned schedule that triggers a 2nd job that triggers a third job. My first job can expose the asset partition ('2022-02-02' for example) to the 2nd job with an asset sensor, but I don't know how to pass that asset partition to the 3rd job. I keep seeing a NULL value
p

prha

05/02/2022, 4:48 PM
Did you ever get this resolved? How are you triggering the 3rd job? With another asset sensor?
a

Alec Ryan

05/02/2022, 4:49 PM
Yes, I am using sensors and passing the run config between sensor 2 & 3