Skip to content
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

Pipeline execution fails when an input string is passed in double quotes #791

Closed
misraved opened this issue Mar 12, 2024 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@misraved
Copy link

Describe the bug
When a pipeline's input argument is of the string data type and if it is enclosed inside the double quotes, then the pipeline execution fails.

Flowpipe version (flowpipe -v)
Example: v0.3.2

To reproduce
flowpipe pipeline run aws.pipeline.tag_resources --arg 'tags={"jane":"doe"}' --arg 'region="us-east-2"' --arg 'resource_arns=["arn:aws:s3:::test"]' command fails, however, flowpipe pipeline run aws.pipeline.tag_resources --arg 'tags={"jane":"doe"}' --arg 'region=us-east-2' --arg 'resource_arns=["arn:aws:s3:::test"]' works correctly.

Expected behavior
A clear and concise description of what you expected to happen.

Additional context
Add any other context about the problem here.

@misraved misraved added the bug Something isn't working label Mar 12, 2024
@misraved misraved changed the title Pipeline execution fails when a string is passed in double quotes Pipeline execution fails when an input string is passed in double quotes Mar 12, 2024
@vhadianto
Copy link
Contributor

The change is in pipe-fittings: turbot/pipe-fittings@646921f

This will be released as part of v0.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants