DonHaul commented on issue #56953:
URL: https://github.com/apache/airflow/issues/56953#issuecomment-3665382364
Hey thanks for the workaround. Although I would say Imo we should have to
add this
```
if context["params"].get("number") is not None:
number = context["params"]["number"]
```
just so we can test it via the cli
--
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]