We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider this test mod:
mod "local" { title = "flowpipe-mod-issues" } pipeline "query_with_args" { param "i" { type = number default = 1 } step "query" "foo_param_fails_unexepectedly" { database = "postgres://steampipe@localhost:9193/steampipe" sql = "SELECT $1" args = [param.i] } step "query" "foo_constant_works" { database = "postgres://steampipe@localhost:9193/steampipe" sql = "SELECT $1" args = [2] } }
It fails with this error:
src/flowpipe-mod-issues $ flowpipe pipeline run query_with_args --verbose [flowpipe] Execution ID: exec_coaoqlco47mndn6comrg [query_with_args] Starting pipeline [query_with_args] Bad Request: foo_param_fails_unexepectedly: unable to parse args attribute to map[string]interface{}: expected map type [query_with_args] Failed 3ms
The text was updated successfully, but these errors were encountered:
Fixed in pipe-fittings: turbot/pipe-fittings@71d080e
Sorry, something went wrong.
Fixed in https://github.com/turbot/flowpipe/releases/tag/v0.4.4
No branches or pull requests
Consider this test mod:
It fails with this error:
The text was updated successfully, but these errors were encountered: