yevsh commented on PR #61671:
URL: https://github.com/apache/airflow/pull/61671#issuecomment-3875743502
Hi, I am the one that asked to fix this issue.
I tried to run locally the above `decode_relativedelta`
passing to it
```
data = {
"weekday": SU
}
```
dateutil._common.weekday() argument after * must be an iterable, not weekday
maybe should check
` if isinstance(var["weekday"], dateutil._common.weekday):`
and then not to unpack it as use it.
--
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]