pub async fn validate_source_privileges<'a>(
client: &mut Client,
capture_instances: impl IntoIterator<Item = &str>,
) -> Result<(), SqlServerError>
Expand description
Return a Result that is empty if all tables, columns, and capture instances have the necessary permissions to and an error if any table, column, or capture instance does not have the necessary permissions for tracking changes.