[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["Destination table column metadata is represented in JSON format."],["The metadata includes the column name, noise impact details (type and percentage), structured within a specific schema."],["Developers can utilize this schema to understand and interact with column metadata programmatically."]]],["The content defines the JSON representation and fields for destination table column metadata. The JSON includes `name` (the column's name), `noiseImpact` (a message about the column's noise impact), and `impactPercentage` (the column's contribution to the overall noise impact). These details are structured as a string, an enum, and a number, respectively, providing a standardized format for column metadata.\n"]]