Sets up a sensor definition, inheriting from the abstract job type.
Currently all jobs are defined by:
pipeline_name
solid_selection
mode
At evaluation time, sensors return a should_execute boolean, a run_config dict, and a tags dict.
An alternative implementation has a sensor defined by a single job params function, which returns a list of JobParams (containing a run config dict and a tags dict). Will send out in a separate diff for comparison.