1

In addition to Argument Setter Plugin, is there any other way to set runtime arguments in a pipeline? For example,I calculated the total number of error messages,and I want to set in a runtime argument so that the email sender can use it? Someone can take a look and help me. Thanks.

Gray
  • 99
  • 11
  • Hi! Please check following thread on SO: https://stackoverflow.com/questions/59677435/how-can-i-provide-runtime-parameter-argument-values-via-a-file-for-cdap-piplelin/59759179#59759179 where you can find method with specifying runtime arguments as a JSON map in the request body. Let me know if it is helpful for you. – aga Jul 23 '20 at 13:23

1 Answers1

2

There are multiple ways you can set the runtime argument of a pipeline.

  1. Argument Setter action-plugin
  2. GCS Argument Setter action-plugin
  3. Preferences and Runtime Arguments
  4. Setting Preferences
hyper-neutrino
  • 5,272
  • 2
  • 29
  • 50
Edwin Elia
  • 399
  • 3
  • 5