Unable to Call Python Functions in Workshop Module

I’m currently using AIP Logic to process inputs from my workshop module through logic blocks, but I believe it would be more efficient to implement this logic by calling Python functions.

I created a code repository and implemented the necessary functions, but when I try to access them within workshop module, I can’t seem to find or call them. Is there a specific step I’m missing to make these functions available in the environment?

1 Like

Hi @Varun_C - have you completed the steps in https://www.palantir.com/docs/foundry/functions/python-getting-started#commit-and-publish-your-function to tag and publish your function?

Once you’ve tagged a new version and the CI publishing job has succeeded, you should see your functions show up in workshop.

Thank you so much! That worked!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.