Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

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 ...
  • frithjof_v's avatar
    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: