0
votes

I would like to run a python script using informatica BDM command task, can any one please help in how to trigger it.

Thanks..

1

1 Answers

0
votes

To run a command from command line take in BDM place your command as below:

Python /Script_path/script_name.py ${par:argument1}

Here argument1 is the defined workflow level parameter and can be passed from a parameter file. It is optional.