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:
make sure my function is published
best docs: https://www.palantir.com/docs/foundry/functions/python-getting-started
make sure to tag & release
make sure it appears in the published box
Open Pipeline builder and import my UDF
click “import UDF”
see your list of published functions (click add)
hopefully that is along the lines of what you are needing!
3 Likes
HMCJPG
January 13, 2025, 9:03am
4
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!