Forum Discussion

XCT's avatar
XCT
Resolver I
1 year ago
Solved

Retrieving column descriptions from dataflow Gen1

Hello,

 

For a project, I'm looking for retrieving column descriptions from dataflow using REST API as Admin: name, type, M code definition.

Does it exist a solution without exporting each dataflow 1 by 1 without ExportDataflowAsAdmin?

 

Thx

  • XCT's avatar
    XCT
    1 year ago

    That's ok, I found my happiness by calling the Get Dataflow (non admin) API.

    I must first extract all the dataflow/workspace pairs from my tenant and then call the API as many times as there are pairs. What I need is in the json file, in the description field as unstructured data (=text)

    Thx

3 Replies

  • v-prasare's avatar
    v-prasare
    Community Support

    XCT, As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?

     

    lbendlin , Thanks for your promt response

     

     

    Thanks,

    Prashanth Are

    MS Fabric community support

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query

    • XCT's avatar
      XCT
      Resolver I

      That's ok, I found my happiness by calling the Get Dataflow (non admin) API.

      I must first extract all the dataflow/workspace pairs from my tenant and then call the API as many times as there are pairs. What I need is in the json file, in the description field as unstructured data (=text)

      Thx