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.
REST API data connection to Gemini3 Image Generation
Hi Everyone! I am busy with a little project where I want a user to provide a prompt request that will be passed to AIP Logic that enriches the prompt with actual data and sends the data enriched prompt to Gemini 3 to create an infographic of the request. But I am stuck at the data connection webhook to Gemini. In Postman the webhook runs correctly and I get the Base64 encoded string back which is what I expect, but once I go to Foundry the webhook keeps giving me an error 400. I checked everything more than twice now, and I have no idea what I am missing. Here are my inputs: POST: https://generativelanguage.googleapis.com/v1beta/models/gemini-3.1-flash-image-preview:generateContent?key=GeminiSecret Query Params: key = GeminiSecret (API key generated from Gemini account) Headers: Accept = application/json Content-Type = application/json x-goog-api-key = GeminiSecret Body: { “contents”: [ { “parts”: [ { “text”: “\u000a* Dashboard/Corporate: \u000a
External data source access controls
My organization maintains a dataset outside of Foundry of all users and their accessible data sources. This dataset has already been brought into Foundry via a data connection. What are the best practices for using this external resource to automatically manage data source access controls? 1 post - 1 participant Read full topic
CI Checks on Pipeline Builder Proposals
Hi, It would be extremely helpful if we could configure CI/CD checks on Pipeline Builder proposals so that they check if a data expectation is set on the pipeline output. For example, if I create a new dataset - or make changes to an existing pipeline - that uses Pipeline Builder, I want the proposal that is generated to automatically fail if a Primary Key data expectation is not set. This will allow us to properly enforce Primary Keys are set on datasets that are use by downstream data customers. Thank you! 1 post - 1 participant Read full topic
Slate public facing
Hi, Referring to Palantir documentation, how do I create a slate form, email to bunch of people, when they submit the form collect data in Palantir foundry and use it in ontology to create objects? Can you provide steps to it? Many thanks, “Slate supports “public” applications, meaning Slate applications that can be used by individuals without Foundry accounts. Public applications allow users without Foundry accounts to submit information, upload data, or upload files into Palantir Foundry, subject to validation logic and other safety measures.” 1 post - 1 participant Read full topic
pltr-cli 0.14.0
Command-line interface for Palantir Foundry APIs
Exportable markings causing issues in VS Code editor
All of a sudden I just started getting error like: The error Internal Error: AttributeError: 'NoneType' object has no attribute '__dict__' indicates that a NoneType object is being accessed in your code where an object with the __dict__ attribute is expected. This is likely due to a variable or result being None and not properly handled. Suggestion: This is an internal error in Foundry, and you may not have direct access to the underlying issue. I suggest contacting Palantir support for further assistance. They can analyze the environment setup and configuration to identify the root cause. If possible, ensure that any function or variable in your code is properly validated and isn't returning None unexpectedly. If it is related to your code, review areas where objects are being created or fetched. If you suspect an issue in your environment setup, ensure proper configuration as mentioned in the documentation around retries or schema extraction: Documentation Links Used: Retries
OneMedNet Announces Next Phase of Commercial Launch with its Real-World Data (RWD) Platform powered by Palantir Foundry
OneMedNet Announces Next Phase of Commercial Launch with its Real-World Data (RWD) Platform powered by Palantir Foundry....
Dynamic Group-By in Function-Backed Workshop Chart Breaks “Selection as Filter” Mapping
Hello, I’m building a Workshop dashboard in Palantir Foundry using a function-backed bar chart over an Ontology ObjectSet. The chart allows users to select a group-by dimension from a dropdown (e.g., different properties) and displays the Top N by a chosen measure. Users can also filter between “Hit” and “Miss” before aggregation. The issue arises when I try to use the “Selection as filter” feature to filter a table or another visualization based on the bar chart selection. Workshop requires mapping the selection to a specific Object Type and Property. However, since my group-by property is dynamic (changes with the dropdown), the filter mapping breaks when the group-by changes, and filtering no longer works as expected. Is there a best practice or workaround for enabling selection-based filtering when the group-by property is dynamic in a function-backed chart? Thanks 1 post - 1 participant Read full topic
Rolling Window Dataset
What options are there for creating a rolling window dataset? In my scenario, I have an incremental pipeline that reads from a snapshot dataset that is updated daily and only the data for the current day is written to the incremental dataset. After 365 days I will have 1 year’s worth of data. For rows with a timestamp older than 1 year, they should not be in the incremental dataset. 2 posts - 2 participants Read full topic
What is going on in usw-3.palantirfoundry.com
All of a sudden I just started getting error like: The error Internal Error: AttributeError: 'NoneType' object has no attribute '__dict__' indicates that a NoneType object is being accessed in your code where an object with the __dict__ attribute is expected. This is likely due to a variable or result being None and not properly handled. Suggestion: This is an internal error in Foundry, and you may not have direct access to the underlying issue. I suggest contacting Palantir support for further assistance. They can analyze the environment setup and configuration to identify the root cause. If possible, ensure that any function or variable in your code is properly validated and isn't returning None unexpectedly. If it is related to your code, review areas where objects are being created or fetched. If you suspect an issue in your environment setup, ensure proper configuration as mentioned in the documentation around retries or schema extraction: Documentation Links Used: Retries
Feature Request: Smart/ AI Title Names in Workshop for Variables and Components :)
This is a duplicate of https://community.palantir.com/t/feature-request-smart-ai-title-names-in-workshop-for-variables-and-components/2516 But having an auto suggest for variable naming seems like low hanging fruit… 1 post - 1 participant Read full topic
Contour Chart Map Layer Title
How can I update the name of a Layer in a contour chart? I am using it in a notepad template and it’s not meaningful to say Layer 1 (Point) in the legend. 1 post - 1 participant Read full topic
bar chart of array proprty
I have requirement to plot bar chart on workshop, x axis should be from array property and y axis from another array property. it just one to one mapping between x values and y values how to plot graph of it 1 post - 1 participant Read full topic
How to aggregate at higher-level dimension for time-series?
I have very long time-series. I would like to aggregate at month or even year granularity. Via derived time-series: Via api: https://www.palantir.com/docs/foundry/api/v2/ontologies-v2-resources/time-series-properties/stream-points/ How could I aggregate at month level ? year level ? 2 posts - 2 participants Read full topic
Help turning on Ontology MCP for Developer Console Ontology SDK App
Any folks with experience turning on Ontology MCP in a Developer Console Ontology SDK app? I’m trying to follow the seemingly mundane instructions to turn this on with no luck. Wondering if others can point me in the (likely obvious) right direction. https://www.palantir.com/docs/foundry/developer-console/ontology-mcp/ EDIT: Including this awesome video as a reference: https://www.youtube.com/watch?v=QMKRMEuCoaU 1 post - 1 participant Read full topic
pltr-cli 0.13.1
Command-line interface for Palantir Foundry APIs
New to platform__Is there a way to dynamically update the mediaset?
I created a pipeline for text extraction from pdfs. Now when I upload new pdf’s to the media set over time, how do I make the the pipeline recognise the changes and dynamically update the knowledge tree. 2 posts - 2 participants Read full topic
Pivot transform table in Quiver
I would like to apply a pivot table transform to a transformed table in Quiver and I found the following documentation that seems to support this operation. However, I could not find any option about this in the Quiver application, I can only see the Pivot Table card, which only accepts Object sets (not a transform table). Related to: https://community.palantir.com/t/pivot-table-in-quiver/3277 3 posts - 3 participants Read full topic