Forum Discussion
Anonymous
1 year agoNot applicable
Retrieve column descriptions from semantic models
I'm trying to write a kind of "data glossary" report, where I went to detail all of the column and column descriptions from various reports. I'm trying to use the SemPy library to do this, but can't ...
- 1 year ago
This works for me:
import sempy.fabric as fabric display(fabric.list_columns("DatasetName"))Well, I don't actually have column descriptions in my test dataset... But if I had, I think they would show here:
frithjof_v
1 year agoCommunity Champion
This works for me:
import sempy.fabric as fabric
display(fabric.list_columns("DatasetName"))
Well, I don't actually have column descriptions in my test dataset... But if I had, I think they would show here: