SOLVED

Microsoft Marketo Connector in Azure Data Factory or Synapse

Go to solution
bi-person
Level 1

Microsoft Marketo Connector in Azure Data Factory or Synapse

Has anyone one use this for exporting Leads?
https://docs.microsoft.com/en-us/azure/data-factory/connector-marketo 
Do we you know what APIs calls are actually used?

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Microsoft Marketo Connector in Azure Data Factory or Synapse

From the context it seems pretty clear that it uses the non-bulk Activity API. I find such implementations way too dangerous.

View solution in original post

3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

Re: Microsoft Marketo Connector in Azure Data Factory or Synapse

From the context it seems pretty clear that it uses the non-bulk Activity API. I find such implementations way too dangerous.

bi-person
Level 1

Re: Microsoft Marketo Connector in Azure Data Factory or Synapse

Hi How could you tell? 
I would love to learn what you saw/observed that made it evident. 

SanfordWhiteman
Level 10 - Community Moderator

Re: Microsoft Marketo Connector in Azure Data Factory or Synapse

That it warns about concurrent API call usage, which is not a topline concern when using Bulk Extract (Bulk Extract is a 4-part process that requires proper sequencing, but only uses a handful of API calls total).