Cloud Pak for Data

Cloud Pak for Data

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  how do we run the pipelines in command line at CP4D using CDPCTL commands

    Posted Tue September 30, 2025 10:44 PM

    Hi,

    how do we run the pipelines in command line at CP4D using CDPCTL commands.

    Please suggest approach how do we achieve this.

    Regards,

    Murali



    ------------------------------
    Murali Malli
    ------------------------------


  • 2.  RE: how do we run the pipelines in command line at CP4D using CDPCTL commands

    Posted Wed October 01, 2025 03:11 AM

    Hi,

    with cpdctl you have to enable the dsjob command/module with exporting CPDCTL_ENABLE_DSJOB in the Shell.

    export CPDCTL_ENABLE_DSJOB=Y

    Then you have a two options to run pipelines

    • cpdctl dsjob run-pipeline - run the pipeline with the pipeline name and optional issue a jobname and jobname suffix for this run
    • cpdctl dsjob run - run an existing job for the pipeline

    Regards,
    Gerhard



    ------------------------------
    Gerhard Paulus
    Senior Consultant
    mip GmbH
    München
    ------------------------------



  • 3.  RE: how do we run the pipelines in command line at CP4D using CDPCTL commands

    Posted Mon October 06, 2025 07:14 AM

    Thanks for you replay..

    where i need to run the below commands.

    • cpdctl dsjob run-pipeline - run the pipeline with the pipeline name and optional issue a jobname and jobname suffix for this run
    • cpdctl dsjob run - run an existing job for the pipeline



    ------------------------------
    Murali Malli
    ------------------------------



  • 4.  RE: how do we run the pipelines in command line at CP4D using CDPCTL commands

    Posted Thu October 02, 2025 04:24 PM

    Hello Murali,

    Check this github site. It has all the information. If you need the actual implementation let me know.

    https://github.com/IBM/cpdctl/blob/master/README_command_reference.md



    ------------------------------
    Ravindra Harve
    ------------------------------