UDF not listed in Pipeline builder

Hi everyone,

I’m hitting a blocker at following https://www.palantir.com/docs/foundry/functions/python-getting-started to utilize some custom Python code on AIP.

I would like to implement this in Pipeline, and I’ve created the repo in the same folder and commit/build. However the UDF listing is still empty.

Thank you all for your help!
Ben Truong

2 Likes

Howdy,

When I want to use my own python function from code repo I:

  1. make sure my function is published
  1. Open Pipeline builder and import my UDF

hopefully that is along the lines of what you are needing!

4 Likes

This is useful, thanks!

If you’re open to alternatives, you might also consider Jupyter Notebooks as a viable option. They can be a flexible way to also test custom Python code before implementing it in the Pipeline. Hope that helps!

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