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.
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
How to display stopover icons and metadata on a Track Line in Workshop?
Hi everyone! This is my first post here, and I’m excited to join the community. I am currently working in Workshop and have successfully visualized a track line on a map. The data represents customer movement between different restaurants. I have the GPS coordinates for each restaurant and have drawn the routes based on the timestamp sequence. However, I’m having trouble displaying the individual stopovers (the restaurants) on the line. Currently, it only shows the line itself without any markers. My questions are: How can I display an icon or marker for each stopover along the track line? Is there a way to make these icons clickable so users can view specific information about that restaurant? Any guidance or documentation links would be greatly appreciated! 2 posts - 2 participants Read full topic
Ontology-as-Code repo — Tag & Release fails due to missing foundry-cli JAR (404)
Hello everyone, I am trying to work with Ontology-as-Code in Foundry. From the Ontology Manager, I selected “Ontology as Code Repo” , which initialised the core repository successfully. However, when I attempted to perform Tag & Release , the process failed with an error related to downloading the Foundry CLI JAR file. Error Summary The release workflow attempts to download: foundry-cli-0.282.0.jar but fails with: 404 Not Found It also attempts to access a local path: .//foundry-cli-0.282.0.jar which does not exist. Additional Details The error message suggests: The artifact could not be downloaded The local fallback path is invalid Possible misconfiguration of environment variables (e.g., JEMMA_TAG ) Context Repo created via Ontology Manager → Ontology as Code Repo Core repo initialised successfully Running Tag & Release locally No manual changes to release scripts Any guidance on the pro