Skip to content

Add /app to the PYTHONPATH for superset

Btullis requested to merge add_app_to_pythonpath into main

We have already added the local site-packages directory to the PYTHONPATH but now we need to prepend /app where the superset code itself is installed.

Bug: T352165

Merge request reports