Forum Discussion

kishore_kunal's avatar
kishore_kunal
New Member
1 year ago
Solved

Incorrect "Submitter" name in Microsoft Fabric

Hi Everyone, I’m facing an issue in Microsoft Fabric where the Submitter field in the Spark Monitor does not reflect the actual user who triggered or executed the notebook. For example, even when I...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi kishore_kunal ,

    Thank you for reaching out in Microsoft Community Forum.

    Please follow below steps to resolve the error;
    1.The Submitter in Spark Monitor often reflects the identity tied to the pipeline's linked service or cached token—not necessarily the person who triggered the run.
    2.For reliable tracking, refer to Microsoft Purview Audit Logs or Fabric Activity Logs, which capture the actual user who triggered the action.
    3.If pipelines are involved, ensure that the linked service or trigger is configured with the correct user or service principal to reflect proper ownership.
    4.Inside notebooks, log the user context manually (e.g., os.getenv("USER")) to help trace the actual executor during runtime.

    Please continue using Microsoft Community Forum.

     

    If this post helps in resolving your issue, kindly consider marking it as "Accept as Solution" and give us a 'Kudos' to help others find it more easily.