Skip to content

Conversation

guzzijones
Copy link
Contributor

Implement raw string type.
Stackstorm will not do jinja parsing on these.

A user can do the following currently

  1. parameter date: 2025-09-09
  2. parameter birthdate: {{date}}

Stackstorm will interpret the "birthdate" paramater and output 2025-09-09 for it.

In the some use cases we actually want birthdate to be: {{date}}.
One use case is logs that wrap device uuids like so {{xxxxx}}

@pull-request-size pull-request-size bot added the size/M PR that changes 30-99 lines. Good size to review. label Sep 8, 2025
@nzlosh
Copy link
Contributor

nzlosh commented Sep 8, 2025

Thanks for the PR @guzzijones. The CI is currently broken because bitnami. Fix is here #6350 but Circle CI is failing with python pinnings. Will come back once fixed.

@nzlosh nzlosh added this to the 3.10.0 milestone Sep 8, 2025
@guzzijones
Copy link
Contributor Author

Thanks for the PR @guzzijones. The CI is currently broken because bitnami. Fix is here #6350 but Circle CI is failing with python pinnings. Will come back once fixed.

Thanks, Yes i was a bit confused. I am going to rattle off a few prs this week hopefully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M PR that changes 30-99 lines. Good size to review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants