microsoft-psrp securestring jinja2.exceptions.TemplateAssertionError #43992
Labels
area:providers
kind:bug
This is a clearly a bug
needs-triage
label for new issues that we didn't triage yet
provider:microsoft-psrp
Apache Airflow Provider(s)
microsoft-psrp
Versions of Apache Airflow Providers
apache-airflow-providers-microsoft-psrp==2.8.0
Apache Airflow version
2.10.2
Operating System
Debian GNU/Linux 12 (bookworm)
Deployment
Official Apache Airflow Helm Chart
Deployment details
Using official helm chart and the following slightly extended Dockerfile:
What happened
jinja2.exceptions.TemplateAssertionError: No filter named 'securestring'
It appears the securestring template filter is not working as intended.
Summarized Error:
Full execution log including the redacted stack trace:
What you think should happen instead
The minimal example provided should return through XCom the ToString representation of a powershell SecureString which would be
"System.Security.SecureString"
How to reproduce
The following DAG can be used to reproduce the issue and does not require a remote connection as the task fails before attempting any connection:
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: