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
When running a Starlark package via the SDK's RunStarlarkPackage (or its remote counterpart), I'm fetching the response from the channel and formatting them manually for printing. When reaching the "Starting validation" message we can see the total steps correspond to the execution phase's instead of the validation's.
Note: I'm using the Go SDK, but I suspect this isn't SDK-specific.
Desired behavior
I'd expect the "Starting validation" message to have the total steps of the validation phase instead of the execution phase's.
What is the severity of this bug?
Papercut; this bug is frustrating, but I have a workaround.
What area of the product does this pertain to?
SDK: the Software Development Kit libraries - Typescript, Go, etc.
The text was updated successfully, but these errors were encountered:
Hey @MegaRedHand thanks for making the issue! Will take a look to see why this. Also curious, could you elaborate more on how this is causing friction in your workflow? (eg. are you expecting using number steps as a termination condition?)
Hey! Thanks for the response! I'm using the engine responses to show the user a progress bar.
Initially, I was using the steps returned in the "Starting validation"/"Starting execution" messages to set the "total steps". Due to this, however, I use the info from the following messages instead.
What's your CLI version?
1.4.1
Description & steps to reproduce
When running a Starlark package via the SDK's
RunStarlarkPackage
(or its remote counterpart), I'm fetching the response from the channel and formatting them manually for printing. When reaching the "Starting validation" message we can see the total steps correspond to the execution phase's instead of the validation's.Note: I'm using the Go SDK, but I suspect this isn't SDK-specific.
Desired behavior
I'd expect the "Starting validation" message to have the total steps of the validation phase instead of the execution phase's.
What is the severity of this bug?
Papercut; this bug is frustrating, but I have a workaround.
What area of the product does this pertain to?
SDK: the Software Development Kit libraries - Typescript, Go, etc.
The text was updated successfully, but these errors were encountered: