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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: