changes in documentation (#531)

Co-authored-by: parthp2107 <parth@getcollate.io>
This commit is contained in:
parthp2107 2021-09-20 10:57:50 +05:30 committed by GitHub
parent 7bc2b14178
commit b8531e7561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 7 additions and 20 deletions

View File

@ -70,7 +70,7 @@
* [Connectors](install/metadata-ingestion/connectors/README.md) * [Connectors](install/metadata-ingestion/connectors/README.md)
* [Dashboard Services](install/metadata-ingestion/connectors/dashboard-services/README.md) * [Dashboard Services](install/metadata-ingestion/connectors/dashboard-services/README.md)
* [Looker](install/metadata-ingestion/connectors/dashboard-services/looker.md) * [Looker](install/metadata-ingestion/connectors/dashboard-services/looker.md)
* [Salesforce](install/metadata-ingestion/connectors/dashboard-services/salesforce.md) * [Salesforce](install/metadata-ingestion/connectors/database-services/salesforce.md)
* [Superset](install/metadata-ingestion/connectors/dashboard-services/superset.md) * [Superset](install/metadata-ingestion/connectors/dashboard-services/superset.md)
* [Tableau](install/metadata-ingestion/connectors/dashboard-services/tableau.md) * [Tableau](install/metadata-ingestion/connectors/dashboard-services/tableau.md)
* [Database Services](install/metadata-ingestion/connectors/database-services/README.md) * [Database Services](install/metadata-ingestion/connectors/database-services/README.md)

View File

@ -1,11 +1,11 @@
# Metadata Ingestion # Metadata Ingestion
OpenMetadata Ingestion is a simple framework to build connectors and ingest metadata of various systems through [OpenMetadata APIs](https://docs.open-metadata.org/v/docs/openmetadata-apis/apis). It could be used in an orchestration framework\(e.g. Apache Airflow\) to ingest metadata. OpenMetadata Ingestion is a simple framework to build connectors and ingest metadata of various systems through [OpenMetadata APIs](https://docs.open-metadata.org/openmetadata-apis/apis). It could be used in an orchestration framework\(e.g. Apache Airflow\) to ingest metadata.
## Guides ## Guides
* [Ingest Sample Data](https://docs.open-metadata.org/v/docs/install/metadata-ingestion/ingest-sample-data) * [Ingest Sample Data](https://docs.open-metadata.org/install/metadata-ingestion/ingest-sample-data)
* [Explore Connectors & Install](https://docs.open-metadata.org/v/docs/install/metadata-ingestion/connectors/) * [Explore Connectors & Install](https://docs.open-metadata.org/install/metadata-ingestion/connectors/)
* [Run Simple Scheduler](https://docs.open-metadata.org/v/docs/install/metadata-ingestion/scheduler) * [Run Simple Scheduler](https://docs.open-metadata.org/install/metadata-ingestion/scheduler)
* [Configure Airflow](https://docs.open-metadata.org/v/docs/install/metadata-ingestion/airflow) * [Configure Airflow](https://docs.open-metadata.org/install/metadata-ingestion/airflow)

View File

@ -18,7 +18,6 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
{% tab title="Install Using PyPI" %} {% tab title="Install Using PyPI" %}
```bash ```bash
pip install 'openmetadata-ingestion[looker]' pip install 'openmetadata-ingestion[looker]'
python -m spacy download en_core_web_sm
``` ```
{% endtab %} {% endtab %}
{% endtabs %} {% endtabs %}

View File

@ -18,7 +18,6 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
{% tab title="Install Using PyPI" %} {% tab title="Install Using PyPI" %}
```bash ```bash
pip install 'openmetadata-ingestion[superset]' pip install 'openmetadata-ingestion[superset]'
python -m spacy download en_core_web_sm
``` ```
{% endtab %} {% endtab %}
{% endtabs %} {% endtabs %}

View File

@ -18,7 +18,6 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
{% tab title="Install Using PyPI" %} {% tab title="Install Using PyPI" %}
```bash ```bash
pip install 'openmetadata-ingestion[tableau]' pip install 'openmetadata-ingestion[tableau]'
python -m spacy download en_core_web_sm
``` ```
{% endtab %} {% endtab %}
{% endtabs %} {% endtabs %}

View File

@ -18,7 +18,6 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
{% tab title="Install Using PyPI" %} {% tab title="Install Using PyPI" %}
```bash ```bash
pip install 'openmetadata-ingestion[athena]' pip install 'openmetadata-ingestion[athena]'
python -m spacy download en_core_web_sm
``` ```
{% endtab %} {% endtab %}
{% endtabs %} {% endtabs %}

View File

@ -18,7 +18,6 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
{% tab title="Install Using PyPI" %} {% tab title="Install Using PyPI" %}
```bash ```bash
pip install 'openmetadata-ingestion[bigquery]' pip install 'openmetadata-ingestion[bigquery]'
python -m spacy download en_core_web_sm
``` ```
{% endtab %} {% endtab %}
{% endtabs %} {% endtabs %}

View File

@ -19,7 +19,6 @@ description: This guide will help install Hive connector and run manually
#install hive-sasl library #install hive-sasl library
sudo apt-get install libsasl2-dev sudo apt-get install libsasl2-dev
pip install 'openmetadata-ingestion[hive]' pip install 'openmetadata-ingestion[hive]'
python -m spacy download en_core_web_sm
``` ```
{% endtab %} {% endtab %}
{% endtabs %} {% endtabs %}

View File

@ -18,7 +18,6 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
{% tab title="Install Using PyPI" %} {% tab title="Install Using PyPI" %}
```bash ```bash
pip install 'openmetadata-ingestion[mssql]' pip install 'openmetadata-ingestion[mssql]'
python -m spacy download en_core_web_sm
``` ```
{% endtab %} {% endtab %}
{% endtabs %} {% endtabs %}

View File

@ -18,7 +18,6 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
{% tab title="Install Using PyPI" %} {% tab title="Install Using PyPI" %}
```bash ```bash
pip install 'openmetadata-ingestion[mysql]' pip install 'openmetadata-ingestion[mysql]'
python -m spacy download en_core_web_sm
``` ```
{% endtab %} {% endtab %}
{% endtabs %} {% endtabs %}

View File

@ -18,7 +18,6 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
{% tab title="Install Using PyPI" %} {% tab title="Install Using PyPI" %}
```bash ```bash
pip install 'openmetadata-ingestion[oracle]' pip install 'openmetadata-ingestion[oracle]'
python -m spacy download en_core_web_sm
``` ```
{% endtab %} {% endtab %}
{% endtabs %} {% endtabs %}

View File

@ -18,7 +18,6 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
{% tab title="Install Using PyPI" %} {% tab title="Install Using PyPI" %}
```bash ```bash
pip install 'openmetadata-ingestion[postgres]' pip install 'openmetadata-ingestion[postgres]'
python -m spacy download en_core_web_sm
``` ```
{% endtab %} {% endtab %}
{% endtabs %} {% endtabs %}

View File

@ -16,8 +16,7 @@ description: This guide will help install Presto connector and run manually
{% tabs %} {% tabs %}
{% tab title="Install Using PyPI" %} {% tab title="Install Using PyPI" %}
```bash ```bash
pip install 'openmetadata-ingestion[tableau]' pip install 'openmetadata-ingestion[presto]'
python -m spacy download en_core_web_sm
``` ```
{% endtab %} {% endtab %}
{% endtabs %} {% endtabs %}

View File

@ -18,7 +18,6 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
{% tab title="Install Using PyPI" %} {% tab title="Install Using PyPI" %}
```bash ```bash
pip install 'openmetadata-ingestion[salesforce]' pip install 'openmetadata-ingestion[salesforce]'
python -m spacy download en_core_web_sm
``` ```
{% endtab %} {% endtab %}
{% endtabs %} {% endtabs %}

View File

@ -18,7 +18,6 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
{% tab title="Install Using PyPI" %} {% tab title="Install Using PyPI" %}
```bash ```bash
pip install 'openmetadata-ingestion[snowflake]' pip install 'openmetadata-ingestion[snowflake]'
python -m spacy download en_core_web_sm
``` ```
{% endtab %} {% endtab %}
{% endtabs %} {% endtabs %}