Back to Great Expectations

Learn

docs/docusaurus/versioned_docs/version-0.18/reference/learn/reference_overview.md

1.17.11.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 longer format conceptual information to learn more about GX features and functionality. </OverviewCard>

Supplemental Information

<LinkCardGrid> <LinkCard topIcon label="Expectation classes" description="An overview of the available Expectation classes, why they are helpful, and when they should be used" to="/reference/learn/conceptual_guides/expectation_classes" icon="/img/overview_icon.svg" /> <LinkCard topIcon label="MetricProviders" description="An overview of MetricProviders and how they fit in the Expectation software development kit (SDK)" to="/reference/learn/conceptual_guides/metricproviders" icon="/img/overview_icon.svg" /> <LinkCard topIcon label="Usage statistics" description="Learn what usage statistics are collected and how they are used" to="/reference/learn/usage_statistics" 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>