Back to Great Expectations

Learn

docs/docusaurus/docs/reference/learn/reference_overview.md

1.19.01.2 KB
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}> Use conceptual information and hands-on tutorials to learn more about GX features and functionality. </OverviewCard>

Supplemental Information

<LinkCardGrid> <LinkCard topIcon label="GX in your data pipeline" description="Learn where GX can be integrated into a data pipeline to manage and monitor data quality" to="/reference/learn/gx_in_your_data_pipeline/gx_in_your_data_pipeline_lp" icon="/img/workflow_icon.svg" /> <LinkCard topIcon label="Data quality use cases" description="Learn how to use GX to address key data quality scenarios" to="/reference/learn/data_quality_use_cases/dq_use_cases_lp" icon="/img/statistics_icon.svg" /> <LinkCard topIcon label="Integration tutorials" description="Learn how to integrate GX with other tools" to="/reference/learn/integrations/integrations_lp" icon="/img/statistics_icon.svg" /> <LinkCard topIcon label="Glossary" description="An alphabetical list of GX terms and words with definitions" to="/reference/learn/glossary" icon="/img/glossary_icon.svg" /> </LinkCardGrid>