Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MAINTENANCE] Rename and move V17 snippets to legacy docs dir #9374

Merged
merged 34 commits into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
8c9640a
wip
joshua-stauffer Feb 2, 2024
e59a9af
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 2, 2024
7e8dcdb
wip
joshua-stauffer Feb 5, 2024
5962c6f
add v17 snippets
joshua-stauffer Feb 5, 2024
0c18642
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 5, 2024
61ef51d
Merge branch 'develop' into m/v1-153/rename_v17_doc_snippets
joshua-stauffer Feb 5, 2024
d5f1c80
manually update snippet name
joshua-stauffer Feb 5, 2024
63b738b
add missing doc
joshua-stauffer Feb 5, 2024
c4c4435
rename current snippet
joshua-stauffer Feb 5, 2024
d1f314b
manually update snippet
joshua-stauffer Feb 5, 2024
d1ddcab
gnarly result format fix
joshua-stauffer Feb 5, 2024
112420c
update remark script
joshua-stauffer Feb 5, 2024
58dfcab
update datasource universal step snippet name
joshua-stauffer Feb 5, 2024
a80c48f
remove unused snippets with duplicated names
joshua-stauffer Feb 5, 2024
c664959
connect to postgres snippet
joshua-stauffer Feb 5, 2024
a89cd1c
update some more
joshua-stauffer Feb 5, 2024
41d1482
update custom expectations snippets
joshua-stauffer Feb 5, 2024
f633e21
update more expectation snippets
joshua-stauffer Feb 5, 2024
55c8911
update v17 result format doc
joshua-stauffer Feb 5, 2024
61545a4
pandas snippets
joshua-stauffer Feb 5, 2024
5126943
Logg all duplicate snippets
tyler-hoffman Feb 5, 2024
977bcdc
Mass find/replace to prefix with 0.17.23
tyler-hoffman Feb 5, 2024
3249350
Revert "Logg all duplicate snippets"
tyler-hoffman Feb 5, 2024
4100397
Fix the missing snippet errors (I think)
tyler-hoffman Feb 6, 2024
416399b
Merge branch 'develop' into m/v1-153/rename_v17_doc_snippets
joshua-stauffer Feb 6, 2024
7398b46
Fix a link
tyler-hoffman Feb 6, 2024
67fd489
Update href in terms tag
tyler-hoffman Feb 6, 2024
d195c55
Update v0.17 sidebar
tyler-hoffman Feb 7, 2024
8cc449f
Last fixes
tyler-hoffman Feb 7, 2024
c14336b
Merge branch 'develop' into m/v1-153/rename_v17_doc_snippets
tyler-hoffman Feb 7, 2024
88d0ebe
fix links with 0.17.23 prefix
joshua-stauffer Feb 7, 2024
bfcaedc
cleanup
joshua-stauffer Feb 7, 2024
856e8e9
Revert "update remark script"
joshua-stauffer Feb 7, 2024
b631a8a
Revert "Revert "update remark script""
joshua-stauffer Feb 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
<span><a href='/docs/guides/setup/installation/install_gx'>A working installation of Great Expectations with dependencies for Azure Blob Storage</a></span>
import VersionedLink from '@site/src/components/VersionedLink';

<span><VersionedLink to='/guides/setup/installation/install_gx'>A working installation of Great Expectations with dependencies for Azure Blob Storage</VersionedLink></span>
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](/guides/connecting_to_your_data/database/connect_sql_source_data.md?sql-database-type=postgresql).
To add a Data Source and an Expectation Suite, see [How to connect to a PostgreSQL database](/guides/connecting_to_your_data/fluent/database/connect_sql_source_data.md?sql-database-type=postgresql).
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change surprises me - was it broken before? or did we move the file?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The original link points to a block-config version of the same content, I believe. Pretty sure it will end up redirecting to the 0.15.x docs, since that content wasn't pulled forward into the more recent versions. The fluent link is correct.


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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ If successful, the `gcloud` CLI will provide the URL to your app and launch it i

### 4. Connect to your Data

The remaining sections in Part 1 contain descriptions of [how to connect to your data in Google Cloud Storage (GCS) or BigQuery](/guides/connecting_to_your_data/fluent/database/connect_sql_source_data) and build a <TechnicalTag tag="checkpoint" text="Checkpoint"/> that you'll migrate to Google Cloud Composer.
The remaining sections in Part 1 contain descriptions of [how to connect to your data in Google Cloud Storage (GCS) or BigQuery](/guides/connecting_to_your_data/fluent/database/connect_sql_source_data.md) and build a <TechnicalTag tag="checkpoint" text="Checkpoint"/> that you'll migrate to Google Cloud Composer.

More details can be found in the corresponding How to Guides, which have been linked.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Now that you've connected to your data, you'll want to work on these **core skills**:

- [How to create a Batch of data from an in-memory Spark or Pandas dataframe](/docs/0.15.50/guides/connecting_to_your_data/how_to_create_a_batch_of_data_from_an_in_memory_spark_or_pandas_dataframe)
<!-- - [How to create a Batch of data from an in-memory Spark or Pandas dataframe](/docs/guides/connecting_to_your_data/how_to_create_a_batch_of_data_from_an_in_memory_spark_or_pandas_dataframe) -->
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tyler-hoffman is this the link you commented out? looks like the doc only existed in 0.15

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It did -- this link should have been removed or updated by one of my PRs for the current docs, but at the time that this doc was current the 0.15.x docs were still supported so some links back to them remained for features that didn't have an equivalent any more in 0.17.x.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm pretty sure this entire file was removed in PR 9355

- [How to create and edit Expectations with instant feedback from a sample Batch of data](../../expectations/how_to_create_and_edit_expectations_with_instant_feedback_from_a_sample_batch_of_data.md)
- [How to create and edit Expectations based on domain knowledge, without inspecting data directly](../../expectations/how_to_create_and_edit_expectations_based_on_domain_knowledge_without_inspecting_data_directly.md)
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ All the code used in the examples is available in GitHub at this location: [how_

- A [configured Data Context](/guides/setup/configuring_data_contexts/instantiating_data_contexts/instantiate_data_context.md).
- An understanding of how to [configure a Datasource](../../connecting_to_your_data/connect_to_data_lp.md).
- An understanding of how to [configure a Batch Request](../../../connecting_to_your_data/fluent/batch_requests/how_to_request_data_from_a_data_asset.md).
- An understanding of how to [configure a Batch Request](/guides/connecting_to_your_data/fluent/batch_requests/how_to_request_data_from_a_data_asset.md).

</Prerequisites>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All the code used in the examples is available in GitHub at this location: [how_

- A [configured Data Context](/guides/setup/configuring_data_contexts/instantiating_data_contexts/instantiate_data_context.md).
- An understanding of how to [configure a Data Source](../../connecting_to_your_data/connect_to_data_lp.md).
- An understanding of how to [configure a Batch Request](../../../connecting_to_your_data/fluent/batch_requests/how_to_request_data_from_a_data_asset.md).
- An understanding of how to [configure a Batch Request](/guides/connecting_to_your_data/fluent/batch_requests/how_to_request_data_from_a_data_asset.md).

</Prerequisites>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ description: Install Great Expectations and initialize your deployment.

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

<p class="DocItem__header-description">Start here if you're unfamiliar with Great Expectations (GX), or you want to use GX with Databricks or a SQL Data Source in a production environment. To install and configure GX in your specific production environment, see <a href='/docs/guides/setup/setup_overview_lp'>Set up your Great Expectations environment</a>. </p>
<p class="DocItem__header-description">Start here if you're unfamiliar with Great Expectations (GX), or you want to use GX with Databricks or a SQL Data Source in a production environment. To install and configure GX in your specific production environment, see <VersionedLink to='/guides/setup/setup_overview_lp'>Set up your Great Expectations environment</VersionedLink>. </p>



Expand Down