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

Add support for Jinja environment options in schemachange configuration. #227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rosspb3
Copy link
Contributor

@rosspb3 rosspb3 commented Feb 7, 2024

Added ability to configure some Jinja Environment settings within the schemachange configuration via a new "jinja" section. This section would allow users to customize several parsing and rendering options in Jinja like trim_blocks lstrip_blocks, block_start_string, block_end_string, variable_start_string, variable_end_string, but disallows changing settings which could impact the behavior of schemachange like undefined, loader, enable_async.

@sfc-gh-tmathew sfc-gh-tmathew added enhancement New feature or request Under Review This is being discussed without planned changes labels Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Under Review This is being discussed without planned changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants