@Yujin Zhu (Shanghai Wicresoft Co Ltd)
Thanks for reaching out to Microsoft Q&A.
It seems like the issue might be related to the token acquired by the Web Activity.
Token Expiry or Scope: The token used in the problematic pipeline might have expired or has insufficient scope to access the
managerId
andmanagerName
fields.
Data Source Changes: There might have been changes in the Synapse database schema or permissions that affect the old pipeline but not the new one.
Pipeline Configuration: Even though the configurations appear identical, there might be subtle differences or corruption in the old pipeline’s configuration.
Caching Issues: The old pipeline might be using cached metadata or data, leading to inconsistencies.
You might want to compare the tokens and permissions used by both pipelines and check for any recent changes in the Synapse database.
Hope this helps. Do let us know if you any further queries.