validateTableFilters

fun validateTableFilters(configuredSchemas: Set<String>, tableFilters: List<TableFilter>)

Validates that all schemas referenced in table filters are present in the configured schemas list.

Parameters

configuredSchemas

The set of schemas configured for the connector

tableFilters

The list of table filters to validate

Throws

if any filter references a schema not in configuredSchemas