Is there any way to render a sql template file using the sqlfluff
API.
Currently I can render using the command:
sqlfluff render -d <dialect> some_template.sql
Is there any way for me to switch from above command to python API? (In addition, after running the sqlfluff lint command in the ci/cd code, are the sql template files changed (apply jinja template)) Sorry for my English, thanks.