pub async fn list_object_dependencies_by_object_id(
txn: &DatabaseTransaction,
object_id: ObjectId,
) -> MetaResult<Vec<ObjectDependency>>Expand description
List object dependencies for the specified object id without filtering by job status.