Using PyDomo to get dataflow information

I can pull down the dataset list just find, but the metadata function doesn't return anything about the upstream dataflow id. Has anybody else been able to work with this and grab all of the information about the dataflows to see what is linked to what? We have a bunch that need to be audited and cleaned out and I can clean up the old sets, but not the flows.

Comments

  • @user003349 , if you're looking for information about a dataflow use the domo goverance_dataflow dataset.

    to get lineage, you'd have to pull a dataflow information, extract the output dataset id and then find the next dataflow that uses that dataset as an input.

    Jae Wilson
    Check out my 🎥 Domo Training YouTube Channel 👨‍💻

    **Say "Thanks" by clicking the ❤️ in the post that helped you.
    **Please mark the post that solves your problem by clicking on "Accept as Solution"