kaxil opened a new issue, #48298:
URL: https://github.com/apache/airflow/issues/48298
### Apache Airflow version
Other Airflow 2 version (please specify below)
### If "Other Airflow 2 version" selected, which one?
3.0.0beta4
### What happened?
Example task:
```py
task = BashOperator(
task_id="variable_jinja",
bash_command="echo {{ var.value.my_variable }}",
)
```
It renders it as:
```
"echo: Variable(key='my_variable', value='my_value', description=None)"
```
<img width="996" alt="Image"
src="https://github.com/user-attachments/assets/5821c8aa-4c7a-43b5-9d41-30296f39531c"
/>
### What you think should happen instead?
_No response_
### How to reproduce
ad
### Operating System
ds
### Versions of Apache Airflow Providers
_No response_
### Deployment
Official Apache Airflow Helm Chart
### Deployment details
_No response_
### Anything else?
_No response_
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [x] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]