GetUserTablesSqlTaskOutputResponse

data class GetUserTablesSqlTaskOutputResponse(val databasesToTables: Map<String, List<DatabaseTableResponse>>, val id: String, val validationErrors: List<ReportableExceptionResponse>)

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

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Mapping from database name to list of tables

Link copied to clipboard
val id: String

Result identifier

Link copied to clipboard