pub(crate) async fn validate_source_references_impl(
client: &Client,
planned_project: &Project,
tables_to_create: &BTreeSet<ObjectId>,
) -> Result<(), DatabaseValidationError>Expand description
Internal implementation of validate_source_references.