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
   
   
![Image](https://github.com/user-attachments/assets/edd5c224-558e-4bfa-977c-342401f5fe9d)
   
   and in AF2 it was list
   
   
![Image](https://github.com/user-attachments/assets/9c8827e8-d816-41af-b6b0-4a015d8a7061)
   
   ### 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]

Reply via email to