Skip to content

Commit

Permalink
Docs: SAS connector content modification for documentation (#15047)
Browse files Browse the repository at this point in the history
* fix the SAS connector documentation content

* add SAS connector to the roadmap page
  • Loading branch information
aniketkatkar97 authored Feb 6, 2024
1 parent 0bfe32a commit 1da66e7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
1 change: 1 addition & 0 deletions openmetadata-docs/content/v1.2.x/releases/roadmap/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ You can check the latest release [here](/releases/all-releases).

{% tile title="Ingestion" %}
- OpenSearch Connector
- SAS Connector
- Include Tags for Athena & Datalake connector
- Support for Tableau & Looker data models
{% /tile %}
Expand Down
30 changes: 20 additions & 10 deletions openmetadata-docs/content/v1.3.x/connectors/database/sas/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,32 @@ slug: /connectors/database/sas
---

# SAS
In this section, we provide guides and references to use the SAS connector.

{% partial file="/v1.2/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/sas/yaml"} /%}
Configure and schedule SAS metadata workflow from the OpenMetadata UI:

- [Requirements](#requirements)
- [Metadata Ingestion](#metadata-ingestion)

{% partial file="/v1.3/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/sas/yaml"} /%}

## Requirements

## 1. SAS Metadata Ingestion
{%inlineCallout icon="description" bold="OpenMetadata 1.3 or later" href="/deployment"%}
To deploy OpenMetadata, check the Deployment guides.
{%/inlineCallout%}

## Metadata Ingestion

Prepare the SAS Service and configure the Ingestion:

{% partial
file="/v1.2/connectors/metadata-ingestion-ui.md"
file="/v1.3/connectors/metadata-ingestion-ui.md"
variables={
connector: "SAS",
selectServicePath: "/images/v1.2/connectors/sas/select-service.png",
addNewServicePath: "/images/v1.2/connectors/sas/add-new-service.png",
serviceConnectionPath: "/images/v1.2/connectors/sas/service-connection.png",
selectServicePath: "/images/v1.3/connectors/sas/select-service.png",
addNewServicePath: "/images/v1.3/connectors/sas/add-new-service.png",
serviceConnectionPath: "/images/v1.3/connectors/sas/service-connection.png",
}
/%}

Expand All @@ -35,12 +45,12 @@ Prepare the SAS Service and configure the Ingestion:

{% /extraContent %}

{% partial file="/v1.2/connectors/test-connection.md" /%}
{% partial file="/v1.3/connectors/test-connection.md" /%}

{% partial file="/v1.2/connectors/metadata/configure-ingestion.md" /%}
{% partial file="/v1.3/connectors/metadata/configure-ingestion.md" /%}

{% partial file="/v1.2/connectors/ingestion-schedule-and-deploy.md" /%}
{% partial file="/v1.3/connectors/ingestion-schedule-and-deploy.md" /%}

{% /stepsContainer %}

{% partial file="/v1.2/connectors/troubleshooting.md" /%}
{% partial file="/v1.3/connectors/troubleshooting.md" /%}
1 change: 1 addition & 0 deletions openmetadata-docs/content/v1.3.x/releases/roadmap/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ You can check the latest release [here](/releases/all-releases).

{% tile title="Ingestion" %}
- OpenSearch Connector
- SAS Connector
- Include Tags for Athena & Datalake connector
- Support for Tableau & Looker data models
{% /tile %}
Expand Down

0 comments on commit 1da66e7

Please sign in to comment.