pub(crate) async fn resolve_streaming_job_definition<C>( txn: &C, job_ids: &HashSet<JobId>, ) -> MetaResult<HashMap<JobId, String>>where C: ConnectionTrait,