Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into m/relative-mdx-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-hoffman committed Jan 30, 2024
2 parents 305a146 + 7e39b6e commit d25fbbd
Show file tree
Hide file tree
Showing 48 changed files with 10 additions and 1,018 deletions.
6 changes: 3 additions & 3 deletions docs/docusaurus/docs/components/_prerequisites.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ export default class Prerequisites extends React.Component {
returnItems.push(<li>Access to data stored in a SQL database.</li>)
}
if (this.props.requireDatasource === 'Pandas') {
returnItems.push(<li><a href='/docs/0.15.50/guides/connecting_to_your_data/datasource_configuration/how_to_configure_a_pandas_datasource'>A Data Source configured to access your Data Assets.</a></li>)
returnItems.push(<li><a href='/docs/oss/guides/connecting_to_your_data/fluent/filesystem/connect_filesystem_source_data'>A Data Source configured to access your Data Assets.</a></li>)
} else if (this.props.requireDatasource === 'Spark') {
returnItems.push(<li><a href='/docs/0.15.50/guides/connecting_to_your_data/datasource_configuration/how_to_configure_a_spark_datasource'>A Data Source configured to access your Data Assets.</a></li>)
returnItems.push(<li><a href='/docs/oss/guides/connecting_to_your_data/fluent/filesystem/connect_filesystem_source_data'>A Data Source configured to access your Data Assets.</a></li>)
} else if (this.props.requireDatasource === 'SQL') {
returnItems.push(<li><a href='/docs/0.15.50/guides/connecting_to_your_data/datasource_configuration/how_to_configure_a_sql_datasource'>A Data Source configured to access your sData Assets.</a></li>)
returnItems.push(<li><a href='/docs/oss/guides/connecting_to_your_data/fluent/database/connect_sql_source_data'>A Data Source configured to access your sData Assets.</a></li>)
} else if (this.props.requireDatasource === true) {
returnItems.push(<li><VersionedLink to='/oss/guides/connecting_to_your_data/connect_to_data_overview'>A Data Source configured to access your Data Assets</VersionedLink></li>)
}
Expand Down
2 changes: 0 additions & 2 deletions docs/docusaurus/docs/oss/deployment_patterns/aws_lp.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ import LinkCard from '../../components/LinkCard';
<p class="DocItem__header-description">Integrate Great Expectations (GX) with AWS Glue, AWS with S3 and Pandas, AWS with S3 and Spark, AWS with Athena, AWS with Redshift, AWS EMR Serverless, and EMR Spark.</p>

<LinkCardGrid>
<LinkCard topIcon label="Use Great Expectations with AWS Glue" description="Set up, initialize and run validations against your data on AWS Glue Spark Job" href="how_to_use_great_expectations_in_aws_glue" icon="/img/integrations/aws_glue_icon.svg" />
<LinkCard topIcon label="Use GX with an Amazon EMR Spark cluster" description="Instantiate a Data Context on an EMR Spark cluster" href="how_to_instantiate_a_data_context_on_an_emr_spark_cluster" icon="/img/integrations/spark_icon.png" />
<LinkCard topIcon label="Use GX with AWS EMR Serverless" description="Use GX with a serverless Amazon EMR deployment" href="how_to_use_great_expectations_in_emr_serverless" icon="/img/integrations/emr_serverless_icon.png" />
<LinkCard topIcon label="Use GX with AWS using S3 and Pandas" description="Use GX with AWS and cloud storage" href="how_to_use_gx_with_aws/how_to_use_gx_with_aws_using_cloud_storage_and_pandas" icon="/img/integrations/pandas_icon.png" />
<LinkCard topIcon label="Use GX with AWS using S3 and Spark" description="Configure a local GX project to store Expectations, Validation Results, and Data Docs in Amazon S3 buckets" href="how_to_use_gx_with_aws/how_to_use_gx_with_aws_using_s3_and_spark" icon="/img/integrations/aws_logo.svg" />
<LinkCard topIcon label="Use GX with AWS using Athena" description="Store Expectations, Validation Results, and Data Docs in Amazon S3 buckets and access data stored in an Athena database" href="how_to_use_gx_with_aws/how_to_use_gx_with_aws_using_s3_and_spark" icon="/img/integrations/athena_logo.svg" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To configure a Data Context for a specific environment, see one of the following

## Create Expectation Suites and add Expectations

To add a Data Source and an Expectation Suite, see [How to connect to a PostgreSQL database](/docs/0.15.50/guides/connecting_to_your_data/database/postgres#5-configure-your-datasource).
To add a Data Source and an Expectation Suite, see [How to connect to a PostgreSQL database](/oss/guides/connecting_to_your_data/fluent/database/connect_sql_source_data.md?sql-database-type=postgresql).

To add Expectations to your Suite individually, use the following code:

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: How to Use Great Expectations with Airflow
title: Use Great Expectations with Airflow
sidebar_label: "Airflow"
description: "Run a Great Expectations checkpoint in Apache Airflow"
id: how_to_use_great_expectations_with_airflow
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit d25fbbd

Please sign in to comment.