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.
Ai-fde: ai chatbot studio
Hi, Are there any plans or timelines to expose AIP Chatbot Studio (Agent Studio) editing (viewing/modifying agent configurations, tools, and retrieval context) through AI-FDE, similar to how Pipeline Builder is supported today? Thanks! 2 posts - 2 participants Read full topic
Foundry workers for SQL Server with named instance
has anyone successfully set up a foundry worker sync (via agent proxy) with a sql server that uses instance name? in particular, how did you configure the Data Connection UI and egress policy (since the port is not available at configuration time but dynamically derived at runtime) 1 post - 1 participant Read full topic
Using MCP in a script to create and modify object types
Hi all, I’m trying to use MCP in a Foundry VS Code Repo for an SAP learning exercise/demo to create object types from SAP tables and rename properties using SAP data dictionary (DD) tables. Example input tables: EKKO → Purchase Orders EKPO → PO Items KNA1 → Customers DD03T → Table Field/Property Names The pattern I’m aiming for is: get the dataset columns look up each column in DD03T.FIELDNAME and get DD03T.DDTEXT use those values as property names create the Object Type rename the properties in bulk How do I use MCP in a script? See below for a pseudocode example of a python file. # filename: sap-mcp-pseudocode.py import palantir_mcp import [other_palantir_libraries] # Inputs: # EKKO (Purchase Orders) # EKPO (Purchase Order Items) # KNA1 (Customers) # DD03T dataset_configs = [ {"object_type": "Purchase Orders", "dataset": EKKO}, {"object_type": "PO Items", "dataset": EKPO}, {"object_type": "Customers", "dataset": KNA1}, ] for conf
Transformation World 2026: The Best Data for Business AI
New Kyano® product innovations: Agentic AI for data migrations and unstructured data solutions Kyano Lorna supports customers with AI-powered project intelligence SNP and Palantir accelerate secure SAP transformations through strategic partnership High-profil…
Transformation World 2026: The Best Data for Business AI
New Kyano® product innovations: Agentic AI for data migrations and unstructured data solutions Kyano Lorna supports customers with AI-powered project...
Project scoped automation - scope not updating
We trigger automations via a Foundry client (OSDK) and want to run them project-scoped . The problem: newly created objects/resources aren’t included in the scope automatically. We’ve turned on the setting that’s meant to keep the project scope in sync with new objects, but they still don’t get picked up — so the automation can’t act on them until we intervene manually. This is the error we get when we try and save with project scoped: Is this a known limitation? How do you get project-scoped scope to reliably keep up with new objects? (We know user-scoped handles new objects fine — we specifically want to make project-scoped work so we can monitor logs etc.) 1 post - 1 participant Read full topic
Access to external Elastic Search index with PySpark code
Hello, I’m working on use case to access a on premise Elastic Search index from my Foundry stack. For it, with Egress/Generic data source, I’m able to access it from a Python Code Repository. But it works only in Python (i.e. using Elasticsearch library) and not in PySpark. Indeed, when I want to read/write in this index, we PySpark, I have this error: transforms.external.systems._redact_credentials_in_output.Py4JJavaError: An error occurred while calling o362.load. : org.apache.spark.SparkClassNotFoundException: [DATA_SOURCE_NOT_FOUND] Failed to find the data source: org.<redacted>search.spark.sql. Please find packages at `https://spark.apache.org/third-party-projects.html`. at org.apache.spark.sql.errors.QueryExecutionErrors$.dataSourceNotFoundError(QueryExecutionErrors.scala:725) Below, the code I use for it: @external_systems(elastic_search_source=Source("xxxxx")) @transform( output=Output("yyyyy"), source=Input("zzzzz"), ) def compute(ctx, source,
Missing grey shades in Contour conditional formatting
Hello, I just noticed that the color palette is missing grey shades in the Contour conditional formatting color selector. Currently, it displays five black squares instead of the expected black-to-grey gradient. 1 post - 1 participant Read full topic
Feature Request: Variable suggestions based on active widget columns in Contour Hello,
I would like to suggest an improvement to the Contour variable creation feature. It would be highly useful and save a lot of time if we could get variable suggestions based on the columns of the active widget. Specifically, it would be great to have a list of columns in the left variable panel, accompanied by a “+” button that automatically creates a variable based on that column’s properties. 1 post - 1 participant Read full topic
Feature Request: Make auto-generated "Display Name" editable in Contour variable editor
Hello, I would like to suggest an improvement for the Contour variable editor. Currently, the “Display Name” is automatically generated from the “Name” field by capitalizing the first letter of each word, but we cannot edit this auto-suggested text. My request is to make this suggested word editable, perhaps by double-clicking on it. The automatic suggestion is usually very good, but sometimes we just want to adjust a few letters rather than having to type a completely new name from scratch. 1 post - 1 participant Read full topic
Code Repo / External Systems / Splunk / Data Connection
We are using a REST API data connection to send data from Foundry to Splunk. The Egress Policy is setup as an Agent Proxy. The connection was working until recently and is not connecting now. We did not make any changes and verified the token still works and our certs are good. Can anyone recommend troubleshooting steps? The following tests currently work. Test repo with hardcoded URL to Splunk. Webhook setup with test data successfully send data to Splunk. Not working. Using External System connection to send data. I’m not sure why a hardcoded URL works and External System connection does not work when was working. 2 posts - 2 participants Read full topic
Launch HN: Parsewise (YC P25) – Reason Across Documents with an API
HN Discussion — 50 comments · 51 points. Hi all, it’s Greg and Max, founders of Parsewise here (<a href="https://www.parsewise.ai/api">https://www.parsewise.ai/api</a>). Parsewise transforms a bucket of unstructured data into schema compliant data, retaining lineage for values resolved across documents.<p>Imag
NetSuite SuiteQL Connector – Schema Discovery Failures & Custom Ingestion Workaround
Problem While integrating NetSuite data into Palantir Foundry , we encountered persistent failures when attempting to preview or ingest certain tables using the native SuiteQL connector . The connector’s metadata/schema discovery process would fail before any data could be retrieved. In our case, we first hit this issue with the TransactionLine table, but this can happen with any NetSuite table depending on the metadata dependencies the connector attempts to resolve during schema generation. Symptoms Schema discovery failure: The connector could not retrieve columns for the target table, throwing errors during the previewSource request. Metadata parsing errors: The connector returned invalid object name errors (e.g., sys_disconnect ) during its internal metadata introspection. Permission violations: During schema generation, the connector attempted to access unrelated metadata objects, resulting in permission errors such as: Permissi
Is there a way to transfer Automate ownership between individual users without modifying/re-saving the automation?
Hello, I have a question about Foundry Automate. Based on my current understanding, the only way to transfer ownership of an automation from one individual user to another is for the new owner to open the automation, make an edit, and save it—thereby taking over ownership in the process. I noticed that there is a dedicated “Manage ownership” feature for transferring ownership to/from a third-party application (service user). Is there an equivalent mechanism for transferring ownership between individual users—one that reassigns only the owner field without requiring any changes to the automation’s condition, effects, or other configuration (e.g., an admin-level override, or an API-based operation)? Our use case is reassigning ownership across multiple automations in bulk when responsibility shifts between team members due to role changes. If anyone is aware of such a feature or a recommended workaround, I’d greatly appreciate your input. 1 post - 1 participant
Not able to select columns through linked type in an object table
Hi Community, Has anyone encountered the issue of being able to extract additional columns via a linked type for an object table? Typically this is done via clicking on “Configure Columns” on the column name of the object table. Ideally we would like to reduce data duplication and have smaller, logical, connected object types. However, since this is not possible, we end up needing to create large tables made up of joins with various datasets so users can opt for the columns they need on this object table. It would be interesting to see if anyone has faced this issue and what they did. We have explored derived properties, and function-backed columns but it does not work. 1 post - 1 participant Read full topic
Website hosting returning "Page Not Found" after successful deployment
Hi, this is a technical infrastructure issue with website hosting on my Developer Tier enrollment. Issue: My OSDK React app’s hosted domain returns “Page Not Found” even though the domain shows “Domain ready” and version shows “Live” in Developer Console. Details: Domain: REDACTED.apps.euw-3.palantirfoundry.co.uk Developer Console shows domain is ready and version 0.1.0 is deployed with 9 files OAuth login completes successfully (consent screen works) But the callback redirects to a “Page Not Found” from the hosting infrastructure 1 post - 1 participant Read full topic
Architecture Advice: QR code generation
Hello, I am designing a workflow in Foundry and want to validate if my proposed architecture is possible, along with any best practices you might recommend. I am relatively new to Foundry. Open workshop > Upload PDF file > Generate QR > Save to Media set > then Display to workshop (QR) > scan the QR using mobile phone > download/display pdf file 1 post - 1 participant Read full topic
renderShrinkwrap fails with AccessOutsideProjectDenied
Hi all, I’m troubleshooting a Foundry Code Repository CI issue and would appreciate guidance from anyone who has seen something similar. We have a Python Transforms repository in Project A. The repo produces multiple output datasets, all of which are located inside Project A. Some transforms read input datasets from Projects B and C via Project References. CI is currently failing only on: :renderShrinkwrap with: Jemma:AccessOutsideProjectDenied HTTP 403 Response-Code-Details=via_upstream filePathToDatasetRids={} The safe message is: 1 Cannot access one or more input/output datasets. The datasets are either not referenced in this project or are outside its boundaries. All other CI tasks pass, including dependency rendering and transform spec rendering. The failure appears isolated to shrinkwrap rendering. What we have already checked We went through the usual Project Reference / project-boundary checklist: Outputs Confirmed all output dat