Hebo Yang
03/15/2023, 5:04 PMyuhan
03/16/2023, 5:03 AMWhat’s the difference between sensor status Requested vs Started?Started means the tick has started to evaluate whether or not to kick off a run, whereas Requested means a run has been requested to kick off (i.e. in the queue to be kicked off soon)
We customized the run key when a sensor triggers a job. When we manually trigger a job run via backfill or launchpad, I think the run key still gets applied. I am wondering where the magic happens though?mind sharing some code snippets for this?
Hebo Yang
03/17/2023, 4:36 AMrun_key = f"{self.job_name}:{active_date_str}:{upstream_hash}"
yield self._get_run_request(job, active_date_str, run_key)