From 4a1f00c7fe77d7e6d9f4f73e6d6ef4bccae5e74b Mon Sep 17 00:00:00 2001 From: Deborah <38264052+deborahniesz@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:05:41 -0300 Subject: [PATCH] [DOCS] Deleting versioned pages of 0.18 that should not be versioned (#10893) --- docs/docusaurus/docs/resources/get_support.md | 1 + docs/docusaurus/docusaurus.config.js | 8 +- docs/docusaurus/src/css/navbar.scss | 3 +- .../application_integration_support.md | 97 ------------------- .../versioned_docs/version-0.18/gx_welcome.md | 30 ------ 5 files changed, 9 insertions(+), 130 deletions(-) delete mode 100644 docs/docusaurus/versioned_docs/version-0.18/application_integration_support.md delete mode 100644 docs/docusaurus/versioned_docs/version-0.18/gx_welcome.md diff --git a/docs/docusaurus/docs/resources/get_support.md b/docs/docusaurus/docs/resources/get_support.md index 730349f46f0f..9ba886cfc44b 100644 --- a/docs/docusaurus/docs/resources/get_support.md +++ b/docs/docusaurus/docs/resources/get_support.md @@ -2,6 +2,7 @@ sidebar_label: 'Get support' title: 'Get support' description: Learn what resources are available to help you resolve issues with GX Cloud and GX Core. +id: get_support --- Knowing how and where to request GX support can improve response times. diff --git a/docs/docusaurus/docusaurus.config.js b/docs/docusaurus/docusaurus.config.js index e303ea0cad1a..15731d4c68cd 100644 --- a/docs/docusaurus/docusaurus.config.js +++ b/docs/docusaurus/docusaurus.config.js @@ -189,12 +189,16 @@ module.exports = { label: 'Resources', items: [ { + type: 'doc', label: 'Get support', - to: '/docs/resources/get_support', + docId: 'resources/get_support', + className: 'non-versioned-section', }, { + type: 'doc', label: 'Integration support policy', - to: '/docs/application_integration_support', + docId: 'application_integration_support', + className: 'non-versioned-section', }, { label: 'Community', diff --git a/docs/docusaurus/src/css/navbar.scss b/docs/docusaurus/src/css/navbar.scss index 39b0ad867688..7f1fd269d245 100644 --- a/docs/docusaurus/src/css/navbar.scss +++ b/docs/docusaurus/src/css/navbar.scss @@ -24,7 +24,8 @@ height: unset; padding: 0; - &:has(.non-versioned-section.navbar__link--active) { + &:has(.non-versioned-section.navbar__link--active), + &:has(.non-versioned-section.dropdown__link--active) { .navbar__items:first-child .dropdown { visibility: hidden; } diff --git a/docs/docusaurus/versioned_docs/version-0.18/application_integration_support.md b/docs/docusaurus/versioned_docs/version-0.18/application_integration_support.md deleted file mode 100644 index 5ac455fd09d6..000000000000 --- a/docs/docusaurus/versioned_docs/version-0.18/application_integration_support.md +++ /dev/null @@ -1,97 +0,0 @@ ---- -title: Integration support policy ---- - -For production environments, GX recommends using the integrations defined as GX-supported. - -GX uses libraries such as Pandas, Spark, and SQLAlchemy to integrate with different Data Sources. This also allows you to deploy GX with community-supported integrations. - -## Support categories - -The following are the levels of support provided by GX: - -- GX-supported - integrations are tested throughout the development lifecycle and are actively maintained and updated when new GX Cloud or GX OSS versions are released. - -- Community-supported - integrations are implemented by the community or GX. GX is not responsible for ensuring integration reliability or compatibility. - -## GX-supported - -The following are the levels of support offered by GX for integrated applications, operating systems, and programming languages. - -### Operating systems - -The following table defines the operating systems supported by GX Cloud and GX OSS. - -| GX Cloud | GX OSS | -| ----------- | --------- | -| Mac/Linux ¹ | Mac/Linux | - -¹ Required to run the GX Agent. - -### Python versions - -The following table defines the Python versions supported by GX Cloud and GX OSS. GX typically follows the [Python release cycle](https://devguide.python.org/versions/). - -| GX Cloud | GX OSS | -| -------- | ----------- | -| N/A | 3.8 to 3.11 | - -### GX versions - -The following table defines the GX versions supported by GX Cloud and GX OSS. - -| GX Cloud | GX OSS | -| -------- | ------------- | -| N/A | 0.17
0.18 | - -### Integrations - -The following table defines the supported GX Cloud and GX OSS integrations. - -| Integration Type | GX Cloud | GX OSS | -|----------------------------------|---------------------------------------|-------------------------------------------------------------------------------| -| Data Sources1 | Snowflake
PostgreSQL2 | Snowflake
PostgreSQL
Sqlite
Databricks (SQL)
Spark
Pandas | -| Configuration Stores3 | In-app | File system | -| Actions | Slack | Slack
email
Microsoft Teams
PagerDuty | -| Credential Store | Environment variables | Environment variables
YAML4 | -| Orchestrator | Airflow 5 6 | Airflow 5 6 | - -1 We've also seen GX work with the following data sources in the past but we can't guarentee ongoing compatibility. These data sources include Clickhouse, Vertica, Dremio, Teradata, Athena, EMR Spark, AWS Glue, Microsoft Fabric, Trino, Pandas on (S3, GCS, Azure), Databricks (Spark), and Spark on (S3, GCS, Azure).
-2 Support for BigQuery in GX Cloud will be available in a future release.
-3 This includes configuration storage for Expectations, Checkpoints, Validation Definitions, and Validation Result
-4 config_variables.yml
-5 Although only Airflow is supported, GX Cloud and GX Core should work with any orchestrator that executes Python code.
-6 Airflow version 2.9.0+ required
- -### GX components - -The following table defines the GX components supported by GX Cloud and GX OSS. - -| Component | GX Cloud | GX OSS | -| ------------ | ------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------- | -| Expectations | See [Available Expectations](/cloud/expectations/manage_expectations.md#available-expectations). | See [Create Expectations](/oss/guides/expectations/expectations_lp.md). | -| GX Agent | All versions | N/A | - -## Community-supported - -The following integrated applications, operating systems, and programming languages are supported by the community. - -### Operating systems - -The following table lists the operating systems supported by the community. - -| GX Cloud | GX OSS | -| -------- | -------- | -| N/A | Windows 1 | - -1 Untested and unsupported by GX. - -### Integrations - -The following table lists the GX Cloud and GX OSS integrations supported by the community. - -| Integration Type | GX Cloud | GX OSS | -| ---------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Data Sources | N/A | Pandas
Spark
Databricks (Spark)
Databricks (SQL)
Trino
Clickhouse
Dremio
Teradata
Vertica
EMR Spark
AWS Glue
Google Cloud Storage
Azure Blog Storage
AWS S3 | -| Notifications | N/A | Opsgenie
Amazon SNS
DataHub | -| Orchestrators | N/A | Prefect
Dagster
Flyte
mage.ai | diff --git a/docs/docusaurus/versioned_docs/version-0.18/gx_welcome.md b/docs/docusaurus/versioned_docs/version-0.18/gx_welcome.md deleted file mode 100644 index cf5682128a9b..000000000000 --- a/docs/docusaurus/versioned_docs/version-0.18/gx_welcome.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Home -hide_title: true -hide_table_of_contents: true -pagination_next: null -pagination_prev: null -slug: /home/ -hide_feedback_survey: true ---- - -import LinkCardGrid from '@site/src/components/LinkCardGrid'; -import LinkCard from '@site/src/components/LinkCard'; -import GXCard from '@site/src/components/GXCard'; - -# Great Expectations documentation - -

Learn everything you need to know about GX Cloud and GX Open Source Software (OSS)

- ---- - - - -## What do you want to do today? - - - - - - -