Closed vkumbha closed 11 months ago
@vkumbha I can't reproduce:
flowpipe pipeline run get_astronauts
Variables defined with no value set.
var.url
The URL to get the astronauts from.
Enter a value:
This still happens to me @kaidaguerre :
go run . pipeline run jsonplaceholder_expr --mod-location ./internal/es/estest/test_suite_mod/
Error: missing 1 variable value:
var_from_env not set
As per the doc, https://flowpipe-io-git-main-turbot.vercel.app/docs/mods/mod-variables#passing-input-variables
When no inputs are passed and when we run
flowpipe server
, flowpipe prompts for variable input but the same throws an error forflowpipe pipeline run <pipeline>
. This should behave same as the prior and prompt for variable value.Asking for variable here
Throwing an error here.
Here is my pipeline: