[]
data.Table
• dataSourceId: string
• filters: FilterExpression[]
• id: string
• sql: string
• tableName: string
• tableType: "NativeTable" | "CustomSqlTable" | "UnionTable"
• tables: Table[]
• unionMap: Dictionary<string>[]
• unionType: "None" | "unionAll" | "union"