Share via

How can I see the complete url sent by synapse analytics?

Stinna Kongsdal Mikkelsen 26 Reputation points
2022-11-01T12:50:18.017+00:00

I have created a pipeline in synapse analytics that loops through a list of entities, which is then passed to a foreach activity with a copy data activity inside.

My source is Dynamics 365FO and I am using the Dynamics AX connector. My linked service is working fine and the entity is dynamically passed in the foreach activity. However, I also need to add "?cross-company=true" in the query.

Data is indeed copied from Dynamics 365FO to my Azure SQL db but the "cross-company=true" does not seem to work.

How can I see the entire url sent to Dynamics 365FO? I have tried to look through the monitoring and debugging but I cannot see the complete url used. It should be a mix of the baseurl from the linked service, the entitypath and the query - but I cannot verify this.

In SSIS you could step through debugging and see all variable values at all times - I suppose something similar is available in synapse analytics / adf?

Azure Synapse Analytics
Azure Synapse Analytics

An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.


Answer accepted by question author

ShaikMaheer-MSFT 38,631 Reputation points Microsoft Employee Moderator
2022-11-02T09:01:10.623+00:00

Hi @Stinna Kongsdal Mikkelsen ,

Thank you for posting query in Microsoft Q&A Platform.

It seems you are using Dynamics AX connector as source dataset in Copy activity. Please correct me if I am wrong.

In Copy activity, Source tab using query option you can specify your OData query options for filtering data. For Example: $select=Name,Description&$top=5

When we use query options the connector copies data from the combined URL in below format.
[URL specified in linked service]/[path specified in dataset][query specified in copy activity source]

For more information see, OData URL components.

In your case, when after using query option in copy activity source tab, still your are facing issue? If yes, could you please share your implementation details along with screenshots once?

Please let me know how it goes.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.