You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've noticed a problem when a task config defines a boolean param, without quotes:
params:
MY_PARAM: false
The problem is that evaluating $MY_PARAM in the task script gets rendered as a 0 rather than as false. On the other hand, if you try to override the value in the pipeline config, the value gets rendered instead as a string: "false".