-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Values written in context in first step is not available in the next #200
Comments
Hello, could you please the full code of the step1 and step2? |
Sorry @Peefy for not including this before.
The output from
☝️ I would expect a the "mynamespace" value in the metadata.namespace property from "Object from step2" |
ctx is readonly, you can return it through |
Sorry @Peefy I don't get it. I am trying to use the content of the ctx from one Step to another one. |
cc @zong-zhe |
Hi @spastorclovr, I think writing to context is still not supported in KCL, see #134 |
Thx! Would be very useful to have that specified in the documentation (that we can read but not write) for the time being. |
What happened?
Step 1 of my function is writting to the pipeline context like so
I can display the value of option("params").ctx inside the step1 but not in a step further down with the following code
the context is then empty.
What environment did it happen in?
Function version: 0.10.10
The text was updated successfully, but these errors were encountered: