Taragolis commented on issue #35197:
URL: https://github.com/apache/airflow/issues/35197#issuecomment-1781565583
Unable to reproduce locally on main branch.
```console
[2023-10-26, 17:41:02 UTC] {logging_mixin.py:154} INFO - Dict Type: <class
'dict'>
[2023-10-26, 17:41:02 UTC] {logging_mixin.py:154} INFO - Tuple Type: <class
'tuple'>
[2023-10-26, 17:41:02 UTC] {logging_mixin.py:154} INFO - Tuple v2 Type:
<class 'tuple'>
[2023-10-26, 17:41:02 UTC] {logging_mixin.py:154} INFO - Tuple v3 Type:
<class 'tuple'>
[2023-10-26, 17:41:02 UTC] {logging_mixin.py:154} INFO - ====================
[2023-10-26, 17:41:02 UTC] {logging_mixin.py:154} INFO - Dict Value:
{'key1': 'value1', 'key2': 'value2'}
[2023-10-26, 17:41:02 UTC] {logging_mixin.py:154} INFO - Tuple Value: (None,
{'key1': 'value1', 'key2': 'value2'})
[2023-10-26, 17:41:02 UTC] {logging_mixin.py:154} INFO - Tuple v2 Type: (1,
2, 3)
[2023-10-26, 17:41:02 UTC] {logging_mixin.py:154} INFO - Tuple v3 Type: (1,
2, 3, None)
```
And also personally test same behaviour on some Airflow 2.7.x couple weeks
ago.
I'm not sure about 2.6.3, maybe check a bit later.
--
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]