async fn find_missing_clusters( client: &Client, planned_project: &Project, ) -> Result<Vec<String>, DatabaseValidationError>
Checks whether all cluster dependencies referenced by the project are present.