Blog
Announcements
Introducing the Foundational Partner Program: Bringing Data Lineage to Every Enterprise

Introducing the Foundational Partner Program: Bringing Data Lineage to Every Enterprise

Announcements
June 2, 2026
Team Foundational
Subscribe to our Newsletter
Get the latest from our team delivered to your inbox
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Ready to get started?
Try It Free

Data is only as valuable as the trust placed in it. As organizations scale their AI and analytics programs, knowing where data comes from and how it has changed along the way has gone from a nice-to-have to a hard requirement. Today, we're excited to announce the Foundational Partner Program, built to help our partners bring end-to-end data lineage capabilities to their customers faster and with more depth than ever before.

Why a partner program, and why now?

The market for data governance and observability has matured quickly. Enterprises are no longer asking whether they need lineage. They're asking how fast they can get it deployed and integrated with what they already have. Partners are on the front lines of that conversation.

Some of our most impactful deployments over the past year came through partner-led engagements, and that pattern has only accelerated. This program is our way of formalizing that relationship and giving partners the tools, resources, and support to go further than they could before.

"Data lineage is increasingly a prerequisite, not a feature. The Foundational Partner Program positions our partners to meet that demand with confidence." — Alon Nafta, CEO at Foundational

Who this program is for

We built this with four types of partners in mind, each of whom plays a distinct role in how enterprises get data lineage into production.

Technology providers

Your products give organizations the tools to manage and govern their data assets. Foundational adds cross-platform automated lineage and context across data systems, application layers, legacy code, and AI workloads to deliver a governance program that covers everything your customers depend on.

Consulting partners

Your firm brings the expertise and relationships that enterprise data programs rely on. Foundational adds world-class lineage and AI guardrails to your engagements, giving you a more powerful capability to bring to every client conversation.

Cloud partners

Your platform powers the data and AI infrastructure enterprises depend on. Foundational connects to that infrastructure to surface cross-tool lineage, guardrails, and context across every system your customers run.

System integrators

You work with the most complex data environments in the world. Foundational connects to that depth, giving your teams and customers lineage and AI guardrails that are quick to deploy across the large-scale, multi-platform programs your clients depend on.

What's next

Applications are open now. Our team reviews each one personally and will follow up within five business days to talk through fit and what onboarding looks like. If you're a technology partner interested in deeper product integration, we also have an early-access program for our new Lineage API. Reach out and we'll get you more details.

code snippet <goes here>
<style>.horizontal-trigger {height: calc(100% - 100vh);}</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.8.0/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.8.0/ScrollTrigger.min.js"></script>
<script>
// © Code by T.RICKS, https://www.timothyricks.com/
// Copyright 2021, T.RICKS, All rights reserved.
// You have the license to use this code in your projects but not to redistribute it to others
gsap.registerPlugin(ScrollTrigger);
let horizontalItem = $(".horizontal-item");
let horizontalSection = $(".horizontal-section");
let moveDistance;
function calculateScroll() {
 // Desktop
 let itemsInView = 3;
 let scrollSpeed = 1.2;  if (window.matchMedia("(max-width: 479px)").matches) {
   // Mobile Portrait
   itemsInView = 1;
   scrollSpeed = 1.2;
 } else if (window.matchMedia("(max-width: 767px)").matches) {
   // Mobile Landscape
   itemsInView = 1;
   scrollSpeed = 1.2;
 } else if (window.matchMedia("(max-width: 991px)").matches) {
   // Tablet
   itemsInView = 2;
   scrollSpeed = 1.2;
 }
 let moveAmount = horizontalItem.length - itemsInView;
 let minHeight =
   scrollSpeed * horizontalItem.outerWidth() * horizontalItem.length;
 if (moveAmount <= 0) {
   moveAmount = 0;
   minHeight = 0;
   // horizontalSection.css('height', '100vh');
 } else {
   horizontalSection.css("height", "200vh");
 }
 moveDistance = horizontalItem.outerWidth() * moveAmount;
 horizontalSection.css("min-height", minHeight + "px");
}
calculateScroll();
window.onresize = function () {
 calculateScroll();
};let tl = gsap.timeline({
 scrollTrigger: {
   trigger: ".horizontal-trigger",
   // trigger element - viewport
   start: "top top",
   end: "bottom top",
   invalidateOnRefresh: true,
   scrub: 1
 }
});
tl.to(".horizontal-section .list", {
 x: () => -moveDistance,
 duration: 1
});
</script>

Ready to put data lineage to work?

Join the Foundational Partner Program and start expanding your impact today.

Ready to put data lineage to work?

Join the Foundational Partner Program and start expanding your impact today.

Ready to put data lineage to work?

Join the Foundational Partner Program and start expanding your impact today.

Share this post
Subscribe to our Newsletter
Get the latest from our team delivered to your inbox
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Ready to get started?
Try It Free

Govern data and AI at the source code