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

1 Like

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!

3 Likes

This is useful, thanks!