Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Ankit Jain
Ankit JainReporter
Albert Shau
Albert ShauLabels
Triaged
Yes
Components
Due date
May 15, 2023
Priority
Created April 25, 2023 at 6:45 PM
Updated June 1, 2023 at 11:23 PM
Resolved May 15, 2023 at 4:12 PM
As part of https://cdap.atlassian.net/browse/CDAP-18643 , the program launcher will regenerate the app-spec, in order to make sure plugins specified in connections (ex: jdbc plugins in DB connections) are properly registered and usable.
This has the side effect that other macros in the pipeline will get evaluated on regeneration. This means that when the pipeline finally runs on the cluster, it doesn’t see those as macros anymore, and thus will not use any arguments set by an action within the pipeline.