async fn find_missing_external_dependencies(
client: &Client,
planned_project: &Project,
) -> Result<BTreeSet<ObjectId>, DatabaseValidationError>Expand description
Checks whether externally-referenced objects actually exist in the target catalog.