vatsrahul1001 opened a new issue, #47941:
URL: https://github.com/apache/airflow/issues/47941
### Apache Airflow version
3.0.0
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
Let's say have the below task
```
@task
def pusher1(dict1):
return dict1
t1 = pusher1(["hello_world", '{{
macros.uuid.UUID("01234567891011121314151617181920") }}'])
```
Now for AF3 its stored as string

and in AF2 it was list

### What you think should happen instead?
_No response_
### How to reproduce
Use below task and check the table
```
@task
def pusher1(dict1):
return dict1
t1 = pusher1(["hello_world", '{{
macros.uuid.UUID("01234567891011121314151617181920") }}'])
```
### Operating System
Linux
### Versions of Apache Airflow Providers
_No response_
### Deployment
Other
### 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]