GetUserTablesSqlSyncTaskOutputResponse

data class GetUserTablesSqlSyncTaskOutputResponse(val databasesToSourceTables: Map<String, List<DatabaseTableResponse>>, val databasesToTargetTables: Map<String, List<DatabaseTableResponse>>, val tableValidationErrors: Map<String, List<String>>, val validationErrors: List<ReportableExceptionResponse>)

Output of the task that collects user tables for the given list of databases

Constructors

Link copied to clipboard
constructor(databasesToSourceTables: Map<String, List<DatabaseTableResponse>>, databasesToTargetTables: Map<String, List<DatabaseTableResponse>>, tableValidationErrors: Map<String, List<String>>, validationErrors: List<ReportableExceptionResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Mapping from database name to list of source tables

Link copied to clipboard

Mapping from database name to list of target tables

Link copied to clipboard

Mapping from database name to list of validation errors

Link copied to clipboard