After I run ./gradlew idea the build is succesful and I have been able to push code changes to the cloud via git very easily.
However, I've yet been able to preview or run any of the .py transform files. Does anyone know if this is possible?
This is the error I get which I understand but do not know how to install the package since I believe it's a Palantir Foundry thing.
from transforms.api import transform_df, Input, Output, configure
ModuleNotFoundError: No module named 'transforms'
Any help is appreciated!