Hi,
I was looking at this project and I must say: it's awesome and something that dbt docs currently is missing.
One thing got in my mind is the question why there's not an option to add the TOP x column values and their distribution? Is there any other reason to not include this in the docs?
Like in this example where you show TOP 2 for example:
| Column Name |
Top 1 Value |
Distribution |
Top 2 Value |
Distribution |
| Column 1 |
Value 1 A |
0.50 ("number"/"total") |
Value 1 B |
0.20 ("number"/"total") |
| Column 2 |
Value 2 A |
0.50 ("number"/"total") |
Value 2 B |
0.30 ("number"/"total") |
| Column 3 |
Value 3 A |
0.10 ("number"/"total") |
Value 3 B |
0.05 ("number"/"total") |
| Column 4 |
Value 4 A |
0.10 ("number"/"total" |
Value 4 B |
0.05 ("number"/"total") |
Looking forward to your thoughts!
Hi,
I was looking at this project and I must say: it's awesome and something that dbt docs currently is missing.
One thing got in my mind is the question why there's not an option to add the TOP x column values and their distribution? Is there any other reason to not include this in the docs?
Like in this example where you show TOP 2 for example:
Looking forward to your thoughts!