Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Cloud Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Cloud.

Hi Team, How to get the number of records processed through each components like source, recipe & target for a dataprep job through the API or python SDK?

 
1 REPLY 1
Trifacta_Alumni
Alteryx Alumni (Retired)

Hi @Fazal Khan Z?,

Best is to prefer the REST API over the Python SDK, as the API is fully supported. Which endpoints to use depends on what you want to achieve. You can do things like count input datasets, flows, recipes, and output objects, and much more. However, it is not possible to count the number of data records that are processed by these objects. I encourage you to head over to the Ideas section of the Community to let us know more about this use case as feedback for the product team!

Cheers,

Nathanael