Taragolis commented on issue #35197:
URL: https://github.com/apache/airflow/issues/35197#issuecomment-1781641755

   The same example works fine on 2.6.3
   
   ```console
   [2023-10-26, 18:28:42 UTC] {logging_mixin.py:150} INFO - Dict Type: <class 
'dict'>
   [2023-10-26, 18:28:42 UTC] {logging_mixin.py:150} INFO - Tuple Type: <class 
'tuple'>
   [2023-10-26, 18:28:42 UTC] {logging_mixin.py:150} INFO - Tuple v2 Type: 
<class 'tuple'>
   [2023-10-26, 18:28:42 UTC] {logging_mixin.py:150} INFO - Tuple v3 Type: 
<class 'tuple'>
   [2023-10-26, 18:28:42 UTC] {logging_mixin.py:150} INFO - ====================
   [2023-10-26, 18:28:42 UTC] {logging_mixin.py:150} INFO - Dict Value: 
{'key1': 'value1', 'key2': 'value2'}
   [2023-10-26, 18:28:42 UTC] {logging_mixin.py:150} INFO - Tuple Value: (None, 
{'key1': 'value1', 'key2': 'value2'})
   [2023-10-26, 18:28:42 UTC] {logging_mixin.py:150} INFO - Tuple v2 Type: (1, 
2, 3)
   [2023-10-26, 18:28:42 UTC] {logging_mixin.py:150} INFO - Tuple v3 Type: (1, 
2, 3, None)
   [2023-10-26, 18:28:42 UTC] {python.py:183} INFO - Done. Returned value was: 
None
   [2023-10-26, 18:28:42 UTC] {taskinstance.py:1350} INFO - Marking task as 
SUCCESS. dag_id=issue_35197, task_id=print_debug, 
execution_date=20231026T182838, start_date=20231026T182842, 
end_date=20231026T182842
   [2023-10-26, 18:28:42 UTC] {local_task_job_runner.py:225} INFO - Task exited 
with return code 0
   [2023-10-26, 18:28:42 UTC] {taskinstance.py:2653} INFO - 0 downstream tasks 
scheduled from follow-on schedule check
   ```
   
   ```
   Version: [v2.6.3](https://pypi.python.org/pypi/apache-airflow/2.6.3)
   Git Version: .release:eb24742d5300d2d87b17b4bcd67f639dbafd9818
   ```


-- 
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