rusackas commented on issue #31497:
URL: https://github.com/apache/superset/issues/31497#issuecomment-3644125012
Closing this issue as there's a documented workaround and @rusackas
indicated this is likely intentional behavior rather than a bug.
**Workaround** (per Dosu): Add `/app` to PYTHONPATH in your Helm values:
```yaml
env:
- name: PYTHONPATH
value: /app:${PYTHONPATH}
```
If this is still causing issues after PR #32017's changes, please let us
know and we can reopen.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]