Announcements

REMINDER: Sign up for the Foundry Newsletter to receive a summary of new products, features, and improvements across the platform directly to your inbox. For more information on how to subscribe, see the Foundry Newsletter and Product Feedback channels announcement.

Share your thoughts about these announcements in our Developer Community Forum ↗.


Package widget sets automatically with Marketplace products

Date published: 2025-11-04

Widget sets created in Custom Widgets can now be included as content in Marketplace products.

When you add a Workshop module that uses a widget set to a Marketplace product, the widget set is automatically packaged. Widget sets can also be manually packaged independently, allowing you to build Workshop modules on top of them.

If a widget set had Ontology API access enabled in the source environment, it will be installed with access disabled by default. After installation, you must manually enable Ontology API access on the widget set if needed.

Published Marketplace product containing a Workshop module that uses a widget set.

Published Marketplace product containing a Workshop module that uses a widget set.

We want to hear from you

As we continue to develop new features for custom widgets, we want to hear about your experiences and welcome your feedback. Share your thoughts with Palantir Support channels or our Developer Community ↗ and use the custom-widgets ↗ tag.


Roll back datasets and queue snapshots in Data Lineage

Date published: 2025-11-04

Dataset rollback is now available in Data Lineage, giving you greater control over your data pipelines. Whether you encounter an outage, errors in your pipeline logic, or unexpected upstream data, dataset rollback provides a fast, reliable way to revert your datasets to a stable state. In addition, you can now queue snapshots, allowing datasets to snapshot automatically on their next build.

Dataset rollbacks provide several key benefits:

  • Quickly revert to an earlier version of your dataset.
  • Preserve incremental build workflows.
  • Recover from data issues or outages.

Roll back a dataset

To get started with dataset rollback, open your dataset in Data Lineage and select a previous successful transaction in the History tab. You can roll back your dataset to that transaction by selecting Roll back to transaction.

The Roll back to transaction option listed in a selected transactions Overview tab.

The Roll back to transaction option, listed in a selected transaction's Overview tab.

Snapshot on next build

To queue a snapshot on your dataset's next build, open a dataset in Data Lineage and select Force snapshot In the History tab in the bottom panel.

The Force snapshot option in the History tab.

The Force snapshot option in the History tab.

Note that you will need to acknowledge that this action cannot be undone before proceeding.

Important considerations

  • Only users with the Editor role can perform rollbacks to ensure secure operations.
  • Rollbacks are only supported on transactional datasets, and you can only roll back to successful transactions.
  • It is not possible to roll back to a transaction that was deleted based on a retention policy.  However, you can roll back to a transaction that was deleted by a dataset rollback in Data Lineage.
  • If your dataset backs an object type in object storage v2, you will need to reindex after rolling back.

Dataset rollback allows you to build, experiment, and iterate on your pipelines with confidence; the ability to revert to a stable state is available whenever you need it.

Your feedback matters

We want to hear about your experience and welcome your feedback as we develop more features in Data Lineage. Share your thoughts with Palantir Support channels or on our Developer Community ↗ using the data-lineage tag ↗.

Learn more about dataset rollback.


Flexible rebasing and conflict resolution in Ontology Manager

Date published: 2025-11-04

Ontology Manager now offers an improved rebasing and conflict resolution experience that gives you greater flexibility and control when managing branch changes. You can now rebase at any point without creating a proposal, view changes from both Main and your branch simultaneously, and resolve merge conflicts using multiple approaches—either through the Conflicts tab in the Save dialog or directly in the Ontology Manager interface for conflict resolution. This enhanced workflow prevents situations where unresolvable errors block your progress. This feature is available the week of November 3 across all enrollments.

Visit the documentation on testing changes in the ontology.

What is rebasing?

While you introduce changes on your branch, Main can also update with new changes made by others. Rebasing incorporates the latest changes from Main into your current branch to keep it up to date.

Resolve merge conflicts by choosing between changes from Main or your current branch directly in Ontology Manager.

Resolve merge conflicts by choosing between changes from Main or your current branch directly in Ontology Manager.

During a rebase, Ontology Manager enters a new state where you can view and access changes from both Main and your branch. You may resolve merge conflicts by choosing between changes from Main or your current branch from the Conflicts tab in the save dialog. Alternatively, you can resolve conflicts by editing the ontology resource directly. This flexibility prevents situations where users become stuck due to unresolvable errors after conflict resolution.

Known limitations

Complex cases of schema migrations or datasource replacements are not yet handled by this rebasing experience. Refer to the known limitations section of the documentation for an alternative solution. We are actively working to resolve these limitations.

We want to hear from you

As we continue to develop new features for Foundry Branching, we want to hear about your experiences and welcome your feedback. Share your thoughts with Palantir Support channels or our Developer Community ↗ and use the foundry-branching ↗ tag.