Actions
User story #5668
closedUser story #5673: Add support to parameters in ncf techniques written with ncf builder
User story #5665: Generate technique with parameter from ncf
Include directive parameter in expected report substitution logic
Status:
Rejected
Priority:
N/A
Assignee:
-
Category:
Web - Config management
Target version:
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
Today, Rudder use exepect_report.csv template to generate the actual rudder_expected_report.csv file for a given ncf Technique.
The generation replace "@RUDDER_ID
@" by the actual Rudder id (rule id/directive id/serial) for that reports.
We need to add new variables, one for each directive parameter, that will be replaced by the actual values of the these parameter from the directive.
The format should be the same as for Rudder, and parameter names should follow variable naming scheme (generic method name + parameter name + id)
Actions