-
Version: `Flowpipe v0.1.0-beta.202312010239`
As per document, we should be able to pass the variables using `--var` flag but I get error for the same.
> Likewise, you can pass [variables](https…
-
1 out of every 3 pipeline runs (`flowpipe pipeline run send_top_show_hn_email --arg to=cody@turbot.com
--arg from=cody@turbot.com`) results in an error like this, sometimes during the first step, so…
-
As per the docs, pipeline supports documentation argument. But I get an error.
Argument | Type | Optional? | Description
-- | -- | -- | --
documentation | String (Markdown) | Optional | A markdow…
-
I get the same results when using server or local pipeline runs.
Version: v0.1.0-beta.202312011224
With default creds:
```
cbruno@M1P slack % SLACK_TOKEN=xoxp-... FLOWPIPE_LOG_LEVEL=INFO flowp…
-
For instance, if I have a mod that uses the Slack mod (https://github.com/turbot/flowpipe-mod-github-integrations/blob/2ec63ef40ef210b0697fe0f8eb9556fef04d5d30/mod.hcl#L24-L30C6) and passes args throu…
-
When variables have no value, flowpipe fails to start. We should instead prompt for the missing variables unless the user start with `--input=false`. This is consistent with steampipe and terraform.
-
Sometimes when I run a pipeline like `flowpipe pipeline run test_create_s3_bucket` in the AWS mod, I see the output:
```
cbruno@M1P aws % flowpipe pipeline run test_create_s3_bucket
[Execution] exe…
-
Getting error `2023-12-04T11:41:40.619+0530 ERROR Error unmarshalling response body {"error": "unexpected end of JSON input"}` when there is no actual response expected from the POST HTTP c…
-
If the Flowpipe service isn't running already, you get an ugly error message when trying to run `flowpipe pipeline list`. Is is reasonable to expect a pipeline list even when the service isn't runni…
-
Under certain circumstances when primitives fail the following code in `internal/es/command/step_start.go` is hit, returns `true` and then the process hangs:
```go
shouldReturn := specialStepHandl…