Conversation
jafarre-bi
left a comment
There was a problem hiding this comment.
Do we need both values and string values? We are using strings in both cases. Not sure about its usefulness.
Apart from that, this is a new parameter that we need to reflect in the TIR. The changes to the TIR are about to be merged. When that is ready, merge those changes into this branch and add the support for this new parameter.
jafarre-bi
left a comment
There was a problem hiding this comment.
Please wait for the changes to the TIR which are about to be merged and then update the TIR with this new parameter.
It is possible that someone has been using existing automatic type conversion. A hypothetical example: The above works, because it becomes |
I was about to ask the other way around, does this retain compatibility or do people have to change existing Pipelines? Mark the old one as deprecated, sure! Maybe even remove that from the docs and print a prominent warning. But don't break existing Pipelines. |
Fixes #1179