Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
ColumnInfo represents metadata for a destination table column, including its name, noise impact, and impact percentage.
The JSON representation of ColumnInfo includes fields for name (string), noiseImpact (enum referencing ColumnNoiseImpact), and impactPercentage (number).
The fields within ColumnInfo provide details on the column's name, a message indicating its noise impact, and its percentage contribution to noise if applicable.
[[["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."],[],["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"]]