Data360 Analyze

 View Only
  • 1.  Auto-defined run property for Analyze Username

    Posted 11-22-2021 03:05

    Wondering if there's an auto-defined run property that resolves to the Analyze username when executing a dataflow. In LAE, there was {{^con#username^}}. Is something similar available in Analyze?

    Couldn't find anything in the product documentation or community.

    Thanks in advance,

    Mario



  • 2.  RE: Auto-defined run property for Analyze Username

    Employee
    Posted 11-22-2021 13:07

    There isn't a property for the username of the user executing a dataflow in Analyze. I believe the former con#username setting was limited to the user running the product process rather than the dataflow executor. I do see an internal enhancement for adding properties such as user.name, user.email, etc. for the user who ran the data flow. I'll add a note to it to pass along your interest in that feature.



  • 3.  RE: Auto-defined run property for Analyze Username

    Posted 03-01-2023 05:27

    Any advancements on this question?



    ------------------------------
    Toby Harkin
    Telstra Corporation Limited
    Sydney NSW
    ------------------------------



  • 4.  RE: Auto-defined run property for Analyze Username

    Posted 03-01-2023 12:27

    In a Transform node, this will get the username of whoever is running the data flow.

    username = node.properties.getString("","graph.username")



    ------------------------------
    Gerry Mullin
    Avalara Inc
    Seattle WA
    ------------------------------