Function get_existing_job_resource_group

Source
pub async fn get_existing_job_resource_group<C>(
    txn: &C,
    streaming_job_id: ObjectId,
) -> MetaResult<String>
where C: ConnectionTrait,