Skip to main content
Solved

Can anyone suggest the best way to extract the parameters used in extraction jobs in to machine learning workbench using python.

  • March 11, 2024
  • 1 reply
  • 17 views

Can anyone suggest the best way to extract the parameters used in extraction jobs in to machine learning workbench using python.

Best answer by akshay.harid

Hi,

 

After researching for a while I could find out a solution were you can access it through the inbuilt pycelonis API call in which you will be calling the dp first, then the dj, then the particular extraction and then the variables in it, through which you can find the parameters used in the extraction.(NB: All this logic are done through python and pycelonis).

 

Thanks,

Akshay

1 reply

  • Author
  • Level 7
  • Answer
  • March 12, 2024

Hi,

 

After researching for a while I could find out a solution were you can access it through the inbuilt pycelonis API call in which you will be calling the dp first, then the dj, then the particular extraction and then the variables in it, through which you can find the parameters used in the extraction.(NB: All this logic are done through python and pycelonis).

 

Thanks,

Akshay