shahar1 commented on issue #47738:
URL: https://github.com/apache/airflow/issues/47738#issuecomment-5069862141
Should be solved as part of #70296.
The problem seems to be logic in the constructor that should run in the
`execute()` method.
```python
volume_mounts = [convert_volume_mount(v) for v in volume_mounts] if
volume_mounts else []
self.volume_mounts = volume_mounts
volumes = [convert_volume(volume) for volume in volumes] if volumes
else []
self.volumes = volumes
```
--
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]