Back to Great Expectations

Integration tutorials

docs/docusaurus/docs/reference/learn/integrations/integrations_lp.md

1.18.0800 B
Original Source

import LinkCardGrid from '@site/src/components/LinkCardGrid'; import LinkCard from '@site/src/components/LinkCard'; import OverviewCard from '@site/src/components/OverviewCard';

<OverviewCard title={frontMatter.title}> Learn how to integrate GX with other tools. </OverviewCard>

Great Expectations can be integrated with a variety of orchestrators and data pipeline tools.

<LinkCardGrid> <LinkCard topIcon label="Integrate GX in a data pipeline" description="Learn how to add data validation to a data pipeline using GX." to="/reference/learn/integrations/data_pipeline_tutorial" icon="/img/workflow_icon.svg"/> <LinkCard topIcon label="Use GX with dbt" description="Learn how to use GX with dbt." to="/reference/learn/integrations/dbt_tutorial" icon="/img/dbt_icon.svg"/> </LinkCardGrid>