News & Intel
LiveDaily AI-curated intelligence on Palantir Foundry, Ontology, AIP, Apollo, contracts, and community feedback. Updated automatically via GitHub Actions every day at 7 AM UTC.
Looking for a WMS-lite in Foundry
I’m looking for a WMS-lite pattern/product in Foundry. Basic needs: SKU/location inventory receipts picks/shipments adjustments simple 3PL/customer portal minimal ontology + Workshop app I’d be willing to pay for something like this if it were installable and minimally configurable. A few Marketplace questions: Are Foundry Products / Marketplace intended to become a place where builders can publish reusable apps/products for other Foundry users? Is there currently a central place to browse available Marketplace products, or is discovery mostly enrollment/org-specific today? If another community member has packaged something useful, is the right sharing path export/import of a Marketplace product file, assuming both sides have the required permissions? Curious if anyone has already built something in this direction. 1 post - 1 participant Read full topic
Generate a Microsoft PowerPoint
Hello. I would like to request a feature to generate Microsoft PowerPoint files within Palantir Foundry. The background for this request is that our end-users (a major Japanese financial institution) are required to create Microsoft PowerPoint files as part of their daily operations. If Foundry could enable the generation of PPTX files, it would significantly improve operational efficiency. 2 posts - 2 participants Read full topic
Group by "foreign key" in charts Workshop widgets
Hey! I am building a chart widget using an object with a many-to-one link and I would like to segment my chart using the foreign key used for this link. But it’s not really readable because I am using the id (uuid type) of the linked object as a foreign key. It would be nice to add the possibility to select a property to display through the linked object instead of the property used as a foreign key. (e.g. the name) It will be really useful for: “Group by” feature in pie chart widget “Segment by” feature in xy chart widget I’m quite sure that it’s not possible for now, let me know if I am wrong. Cheers, Nathan 1 post - 1 participant Read full topic
Issues with token for Palantir VSX extension [unusable]
I keep getting this error when trying to authenticate my Palantir VSX extension. The authentication flow works as expected, but then after I am redirected from the Foundry website using the redirect URI in Chrome, it goes back to Antigravity IDE and hangs, before timing out and availing no token refresh at all. Please could someone point me in the right direction to fix or urgently suggest a workaround. 2 posts - 2 participants Read full topic
Fusion - nested string arrays. How to use the explode command
I have imported my dataset created by Contour into Fusion. Whilst it has created 9 columns for the data, it has only produced a single row. I believe the term is nested. I have seen various commands online i.e. explode followed by other commands. But this doesn’t seem to be working or it may in fact be me applying this incorrectly. I can drag the columns down which then populates the rows but would prefer all the rows appearing automatically as the data changes. Grateful for step by step commands, actions to follow to accomplish this. 1 post - 1 participant Read full topic
Workshop - Button to appear to show when a filter has been applied
I am trying to create a button that only appears when a filter has been applied by the end user. This is to ensure the user is aware they are not seeing all the data. My object set always has a value but my filter output value is either ‘no filters’ or the values of my filters that I have applied. I see there is a conditional visibility on the button widget but I am struggling on how to setup the boolean variables to do this and/or other variables that might be needed to accomplish this. I am most probably looking at this at the wrong angle. So any help would be much appreciated. 3 posts - 3 participants Read full topic
Embedding large third-party React SDKs
I’m building a Foundry React app with Ontology SDK integration and trying to connect Box.com as a governed content layer for Foundry records. I successfully: create Box folders automatically from Foundry store Box folder IDs/URLs on objects My issue is the UI layer. I tried embedding Box Content Explorer / Box UI Elements in both: custom widgets hosted React apps but ran into CSP restrictions and major dependency/runtime issues with Box UI Elements in Foundry’s Vite/esbuild environment. Question: What is the recommended Foundry-native pattern for integrating external content systems like Box or SharePoint into React applications? Should the UI generally be: native Foundry React components + external APIs instead of embedding third-party UI SDKs? Has anyone successfully embedded large third-party React SDKs in hosted Foundry apps? 1 post - 1 participant Read full topic
First build after Marketplace installation fails — Data Connection source returns empty URL
After installing a Marketplace product, the first build of a transform that uses an external data connection fails with: MissingSchema: Invalid URL ‘’: No scheme supplied. Perhaps you meant https://? The transform fetches data from a REST API using rest_api_source.get_https_connection().url , but on the first build the URL resolves to an empty string. The subsequent retry (triggered minutes later) succeeds. Logs: [GLEIF][spark-transform] LEI 20260524: fetching from [GLEIF][spark-transform] Downloading ERROR: LEI 20260524 UNEXPECTED ERROR [MissingSchema]: Invalid URL '': No scheme supplied. Expected behavior: The data connection source should be available on first build after installation. Actual behavior: First build gets an empty URL from the source. Retry succeeds, suggesting a timing/initialization issue with the data connection during installation. Question: Is there a known delay between product installation and data connection source availability? I
Adding Foundry support for FastAPI web app with SQL backend
Hi there We’re a startup building an agent optimization platform. One of our clients is using Palantir Foundry to store their data and they have asked us to integrate our platform into Palantir Foundry. Essentially, our platform is a FastAPI server connected to a SQL DB where it reads/writes information (sometimes on the hot path). Our schema backend implements ~100 functions that, under the hood, call a bunch of SQL queries. We also have maximum inner product search over vectors (we use extensions like pgvector in Postgres). For integration into Foundry, I was thinking about representing our DB as an Ontology. Couple of questions: Does this make sense? Is the latency and parallelism going to be okay? Is there a better way to do this than creating an ontology? How would you handle maintainability? Our schema still changes, and I kind of want to avoid having to manually tweak the ontology every time we change it. Is here someone who would like to help with that? Sort of
Accessing Foundry Value Types in Typescript V2 Repositories
Hello all, Is there any way for me to directly or indirectly reference the custom types I’ve made in foundry through the SDK in my typescript v2 repository? If not does anyone know if this feature has been discussed in a future roadmap? Thank you, Chase 1 post - 1 participant Read full topic
Add Image to Image Media Set Through Workshop Button Widget
I have a Image Media Set that feeds into Pipeline builder. The pipeline pulls meta data from the image along with builds out some other static columns and produces a dataset. This part works great. But I want to be able to add images to the Media Set through Workshop. I figured out that I can do this through the ‘media upload’ widget, but it wants a function-backed action output, which I do not need. It says that I should “ For single item uploads that do not need to trigger a function-backed Action, use the Button Group to open an Action form to perform the upload .” But I cannot figure out how to do this through the Button Group widget. Any advice on how to do this? 2 posts - 2 participants Read full topic
In Workshop map widget, enable the 'Infer min/max' option when coloring by expression
When setting up a map using a Choropleth display, if you color by aggregation there is an option to ‘infer the min/max’ on the color spectrum. However, this option does not exist when coloring by an expression, which I need to use to aggregate across multiple properties. This means the display isn’t dynamic (e.g. if the underlying data is filtered to small range). 1 post - 1 participant Read full topic
Converting Pipeline Builder Logic to PySpark/Polars Transforms - Feature or Workaround?
Hi Community, I’m exploring ways to convert existing Pipeline Builder pipelines into Code Repository transforms (PySpark or Polars), either automatically or semi-automatically. What I’m Looking For: Is there an official API or tool that exposes Pipeline Builder pipeline metadata/logic in a structured way (e.g., JSON config)? Has anyone built a custom Foundry app (e.g. Workshop + Python transforms) that automates this kind of conversion? Why This Matters: Many teams start with Pipeline Builder for quick prototyping but eventually need to move to Code Repositories for more complex transformation logic and access to Python libraries not available in Pipeline Builder. Feature Request (if no solution exists): If this isn’t currently possible, I think this would be a highly valuable feature - a native “Convert to Code Repository” option that: Translates Pipeline Builder steps to PySpark or Polars transforms Preserves dataset inputs/outputs and schema mappings Flags
Marketplace/DevOps support for Foundry Iceberg tables
We want to package Foundry Iceberg tables with DevOps and deploy products to other environments with Marketplace but unfortunately this does not work today, limiting our ability to leverage Foundry Iceberg; we recognize this is currently in beta. When is Marketplace/DevOps support expected for Foundry Iceberg tables? 1 post - 1 participant Read full topic
GitHub-First Development on Foundry Code Repos: Mirroring, CI/CD, and AI Agent Workflows
This is a x-post of our inaugural [Engineering Blog post](https://www.gallatin.ai/news/github-first-development-on-foundry-code-repos-mirroring-ci-cd-and-ai-agent-workflows) @ Gallatin GitHub-First Development on Foundry Code Repos: Mirroring, CI/CD, and AI Agent Workflows Josh Bouganim - Senior Software Engineer At Gallatin, we’ve built a set of tools that lets us keep our primary repository on GitHub while automatically mirroring changes to a Palantir Foundry Code Repo. It provides automated branch protection management, tag-based release deployment, Foundry build status monitoring, a gradlew wrapper for local development, and CLI-based function execution. This makes the entire develop-test-deploy cycle UI-free for engineers and scriptable for AI coding agents. Why We Built This We’re building [*Navigator*]( https://www.gallatin.ai/product ) , a logistics and supply chain management platform powered by Palantir Foundry. Our backend runs almost entirely on Found
Can object clone and use for new workshop
Hi, Can i clone and use for new Workshop application. Wanted to develop new workshop with all new actions and new UI options and should not disturb the existing workshop and its objects at the same time. So wanted to clone existing object in ontology and develop WS. If yes, please share the steps. Thank you. 2 posts - 2 participants Read full topic
Allow downloads from custom react widget set
I am building a custom table widget with sophisticated kinetics taylored to our usecase. So far the developer experience is good. Unfortunately, I cant configure the widget in workshop to allow downloads. It is missing in the UI - though it is available in the JSON configuration of the widget. However, it I put in “ALLOW_DOWNLOADS”, the validation of the widget setting works and i can download the table in edit mode. As soon as i save and publish or make changes to the widget via the ui, that setting is gone. Therefore, I’d like to ask you to allow this explicitly in the settings of the widget either in workshop or in the custom widget portfolio app where only editors/admins could determine whether downloads are allowed. This could happen in the same section where you allow ontology apis for the respective widget set. 1 post - 1 participant Read full topic
OSDK React app — map tiles blocked by CSP img-src, grey map in deployed app
Hi all — OSDK React app with a Leaflet map. Object markers render fine (OSDK data works), but the map background is grey. Console shows CSP violations blocking tile and marker icon requests to: https://*.tile.openstreetmap.org https://server.arcgisonline.com https://raw.githubusercontent.com https://cdnjs.cloudflare.com Works locally; only fails in the deployed Foundry app. Questions: How do I update img-src for a deployed OSDK app — repo config or support ticket? Is there a Foundry-native tile proxy or recommended pattern instead of allowlisting external tile CDNs? Thanks! 2 posts - 2 participants Read full topic