Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Alternatively, you can use the Preferences RESTful API to set default profiles.

  • To set the default profile for all of CDAP, set a preference on the CDAP instance with key systemkey system.profile.name and name and value system:<profile-name>.

  • To set the default profile for a namespace, set a preference on the desired namespace with key systemkey system.profile.name and name and value <scope>:<profile-name>.

...

Alternatively, you can use the Preferences the Preferences RESTful API to API to set the profile for manual runs by setting preference on the DataPipelineWorkflow entity with key systemkey system.profile.name and name and value <scope>:<profile-name>.

...

Alternatively, you can use the Schedules RESTful API to assign a profile to a schedule.

...

To override the profile used, set a runtime argument with key systemkey system.profile.name and name and value <scope>:<profile-name>.

...