This commit is contained in:
Ayush Shah 2023-01-31 21:26:26 +05:30 committed by GitHub
parent 747fcf569b
commit 4e0598db44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
76 changed files with 463 additions and 72 deletions

View File

@ -6,14 +6,19 @@ slug: /connectors/database/athena/airflow
# Run Athena using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ✅ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>

View File

@ -6,14 +6,19 @@ slug: /connectors/database/athena/cli
# Run Athena using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ✅ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
| :-----------------: | :---------: | :----------: |
| Partially via Views | ✅ | ✅ |
</Table>

View File

@ -6,14 +6,19 @@ slug: /connectors/database/athena
# Athena
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ✅ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Athena connector.

View File

@ -6,14 +6,19 @@ slug: /connectors/database/azuresql/airflow
# Run AzureSQL using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ✅ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>

View File

@ -6,14 +6,19 @@ slug: /connectors/database/azuresql/cli
# Run AzureSQL using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ✅ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>

View File

@ -6,14 +6,19 @@ slug: /connectors/database/azuresql
# AzureSQL
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ✅ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>

View File

@ -6,14 +6,19 @@ slug: /connectors/database/bigquery/airflow
# Run BigQuery using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the BigQuery connector.
@ -53,6 +58,7 @@ pip3 install "openmetadata-ingestion[bigquery-usage]"
<p> To execute metadata extraction and usage workflow successfully the user or the service account should have enough access to fetch required data. Following table describes the minimum required permissions </p>
<Table>
| # | GCP Permission | GCP Role | Required For |
| :---------- | :---------- | :---------- | :---------- |
| 1 | bigquery.datasets.get | BigQuery Data Viewer | Metadata Ingestion |
@ -66,6 +72,7 @@ pip3 install "openmetadata-ingestion[bigquery-usage]"
| 9 | datacatalog.taxonomies.list | BigQuery Policy Admin | Fetch Policy Tags |
| 10 | bigquery.readsessions.create | BigQuery Admin | Bigquery Usage Workflow |
| 11 | bigquery.readsessions.getData | BigQuery Admin | Bigquery Usage Workflow |
</Table>

View File

@ -5,14 +5,19 @@ slug: /connectors/database/bigquery/cli
# Run BigQuery using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the BigQuery connector.
@ -53,6 +58,7 @@ pip3 install "openmetadata-ingestion[bigquery-usage]"
<p> To execute metadata extraction and usage workflow successfully the user or the service account should have enough access to fetch required data. Following table describes the minimum required permissions </p>
<Table>
| # | GCP Permission | GCP Role | Required For |
| :---------- | :---------- | :---------- | :---------- |
| 1 | bigquery.datasets.get | BigQuery Data Viewer | Metadata Ingestion |
@ -66,6 +72,7 @@ pip3 install "openmetadata-ingestion[bigquery-usage]"
| 9 | datacatalog.taxonomies.list | BigQuery Policy Admin | Fetch Policy Tags |
| 10 | bigquery.readsessions.create | BigQuery Admin | Bigquery Usage Workflow |
| 11 | bigquery.readsessions.getData | BigQuery Admin | Bigquery Usage Workflow |
</Table>

View File

@ -6,14 +6,19 @@ slug: /connectors/database/bigquery
# BigQuery
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
@ -68,6 +73,7 @@ custom Airflow plugins to handle the workflow deployment.
<p> To execute metadata extraction and usage workflow successfully the user or the service account should have enough access to fetch required data. Following table describes the minimum required permissions </p>
<Table>
| # | GCP Permission | GCP Role | Required For |
| :--- | :---------------------------- | :-------------------- | :---------------------- |
| 1 | bigquery.datasets.get | BigQuery Data Viewer | Metadata Ingestion |

View File

@ -5,14 +5,19 @@ slug: /connectors/database/clickhouse/airflow
# Run Clickhouse using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Clickhouse connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/clickhouse/cli
# Run Clickhouse using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Clickhouse connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/clickhouse
# Clickhouse
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Clickhouse connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/databricks/airflow
# Run Databricks using the airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Databricks connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/databricks/cli
# Run Databricks using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Databricks connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/databricks
# Databricks
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Databricks connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/datalake/airflow
# Run Datalake using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | ❎ | ❎ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ❎ | ❎ | ❎ |
| ❌ | ❌ | ❌ |
</Table>
In this section, we provide guides and references to use the Datalake connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/datalake/cli
# Run Datalake using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | ❎ | ❎ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ❎ | ❎ | ❎ |
| ❌ | ❌ | ❌ |
</Table>
In this section, we provide guides and references to use the Datalake connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/datalake
# Datalake
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | ❎ | ❎ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ❎ | ❎ | ❎ |
| ❌ | ❌ | ❌ |
</Table>
In this section, we provide guides and references to use the Datalake connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/db2/airflow
# Run DB2 using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ✅ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the DB2 connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/db2/cli
# Run DB2 using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ✅ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the DB2 connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/db2
# DB2
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ✅ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the DB2 connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/deltalake/airflow
# Run Deltalake using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ❎ | ❎ | ❎ | ❎ | -- |
| PROD | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Deltalake connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/deltalake/cli
# Run Deltalake using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ❎ | ❎ | Partially via Views | ❎ | -- |
| PROD | ✅ | ❌ | ❌ | ❌ | Partially via Views | ❌ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Deltalake connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/deltalake
# Deltalake
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ❎ | ❎ | Partially via Views | ❎ | -- |
| PROD | ✅ | ❌ | ❌ | ❌ | Partially via Views | ❌ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>

View File

@ -5,14 +5,19 @@ slug: /connectors/database/domo-database/airflow
# Run Domo Database using Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ❎ | ❎ | ❎ | ❎ | -- |
| PROD | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ❎ | ❎ | ❎ |
| ❌ | ❌ | ❌ |
</Table>
In this section, we provide guides and references to use the Domo Database connector

View File

@ -5,14 +5,19 @@ slug: /connectors/database/domo-database/cli
# Run Domo Database using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ❎ | ❎ | ❎ | ❎ | -- |
| PROD | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ❎ | ❎ | ❎ |
| ❌ | ❌ | ❌ |
</Table>
In this section, we provide guides and references to use the Domo Database connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/domo-database
# DomoDatabase
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ❎ | ❎ | ❎ | ❎ | -- |
| PROD | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ❎ | ❎ | ❎ |
| ❌ | ❌ | ❌ |
</Table>
In this section, we provide guides and references to use the DomoDatabase connector.

View File

@ -5,13 +5,19 @@ slug: /connectors/database/druid/airflow
# Run Druid using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ✅ | -- |</Table>
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Druid connector.

View File

@ -5,13 +5,19 @@ slug: /connectors/database/druid/cli
# Run Druid using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ✅ | -- |</Table>
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Druid connector.

View File

@ -5,13 +5,19 @@ slug: /connectors/database/druid
# Druid
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ✅ | -- |</Table>
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Druid connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/dynamodb/airflow
# Run DynamoDB using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | ❎ | ❎ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ❎ | ❎ | ❎ |
| ❌ | ❌ | ❌ |
</Table>
In this section, we provide guides and references to use the DynamoDB connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/dynamodb/cli
# Run DynamoDB using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | ❎ | ❎ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ❎ | ❎ | ❎ |
| ❌ | ❌ | ❌ |
</Table>
In this section, we provide guides and references to use the DynamoDB connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/dynamodb
# DynamoDB
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | ❎ | ❎ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ❎ | ❎ | ❎ |
| ❌ | ❌ | ❌ |
</Table>
In this section, we provide guides and references to use the DynamoDB connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/glue/airflow
# Run Glue using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ❎ | ❎ | ❎ | ✅ | -- |
| PROD | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ❎ | ❎ | ❎ |
| ❌ | ❌ | ❌ |
</Table>
In this section, we provide guides and references to use the Glue connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/glue/cli
# Run Glue using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ❎ | ❎ | ❎ | ✅ | -- |
| PROD | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ❎ | ❎ | ❎ |
| ❌ | ❌ | ❌ |
</Table>
In this section, we provide guides and references to use the Glue connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/glue
# Glue
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ❎ | ❎ | ❎ | ✅ | -- |
| PROD | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ❎ | ❎ | ❎ |
| ❌ | ❌ | ❌ |
</Table>
In this section, we provide guides and references to use the Glue connector.

View File

@ -5,14 +5,20 @@ slug: /connectors/database/hive/airflow
# Run Hive using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ❎ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ❌ | Hive >= 2.0
|
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Hive connector.

View File

@ -5,14 +5,20 @@ slug: /connectors/database/hive/cli
# Run Hive using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ❎ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ❌ | Hive >= 2.0
|
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Hive connector.

View File

@ -5,14 +5,20 @@ slug: /connectors/database/hive
# Hive
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ❎ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ❌ | Hive >= 2.0
|
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Hive connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/mariadb/airflow
# Run MariaDB using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ❎ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ❌ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the MariaDB connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/mariadb/cli
# Run MariaDB using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ❎ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ❌ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the MariaDB connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/mariadb
# MariaDB
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ❎ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ❌ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the MariaDB connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/mssql/airflow
# Run MSSQL using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the MSSQL connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/mssql/cli
# Run MSSQL using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the MSSQL connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/mssql
# MSSQL
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the MSSQL connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/mysql/airflow
# Run MySQL using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ❎ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ❌ | MySQL >= 8.0.0 |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the MySQL connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/mysql/cli
# Run MySQL using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ❎ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ❌ | MySQL >= 8.0.0 |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the MySQL connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/mysql
# MySQL
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ❎ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ❌ | MySQL >= 8.0.0 |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the MySQL connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/oracle/airflow
# Run Oracle using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ✅ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Oracle connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/oracle/cli
# Run Oracle using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ✅ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Oracle connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/oracle
# Oracle
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ✅ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Oracle connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/postgres/airflow
# Run Postgres using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | Postgres>=11 |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Postgres connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/postgres/cli
# Run Postgres using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | Postgres>=11 |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Postgres connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/postgres
# PostgreSQL
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | Postgres>=11 |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the PostgreSQL connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/presto/airflow
# Run Presto using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ✅ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Presto connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/presto/cli
# Run Presto using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ✅ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Presto connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/presto
# Presto
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ✅ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Presto connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/redshift/airflow
# Run Redshift using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Redshift connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/redshift/cli
# Run Redshift using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Redshift connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/redshift
# Redshift
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Redshift connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/salesforce/airflow
# Run Salesforce using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | ❎ | ❎ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ❎ | ❎ | ❎ |
| ❌ | ❌ | ❌ |
</Table>
In this section, we provide guides and references to use the Salesforce connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/salesforce/cli
# Run Salesforce using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | ❎ | ❎ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ❎ | ❎ | ❎ |
| ❌ | ❌ | ❌ |
</Table>
In this section, we provide guides and references to use the Salesforce connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/salesforce
# Salesforce
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | ❎ | ❎ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ❎ | ❎ | ❎ |
| ❌ | ❌ | ❌ |
</Table>
In this section, we provide guides and references to use the Salesforce connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/singlestore/airflow
# Run Singlestore using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ❎ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ❌ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Singlestore connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/singlestore/cli
# Run Singlestore using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ❎ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ❌ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Singlestore connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/singlestore
# Singlestore
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ❎ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ❌ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Singlestore connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/snowflake/airflow
# Run Snowflake using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Snowflake connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/snowflake/cli
# Run Snowflake using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Snowflake connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/snowflake
# Snowflake
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Snowflake connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/trino/airflow
# Run Trino using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ✅ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Trino connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/trino/cli
# Run Trino using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ✅ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Trino connector.

View File

@ -5,14 +5,19 @@ slug: /connectors/database/trino
# Trino
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ❎ | ✅ | ✅ | Partially via Views | ✅ | -- |
| PROD | ✅ | ❌ | ✅ | ✅ | Partially via Views | ✅ | -- |
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| Partially via Views | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Trino connector.

View File

@ -5,14 +5,20 @@ slug: /connectors/database/vertica/airflow
# Run Vertica using the Airflow SDK
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | Vertica >= 9.2
|
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Vertica connector.

View File

@ -5,14 +5,20 @@ slug: /connectors/database/vertica/cli
# Run Vertica using the metadata CLI
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | Vertica >= 9.2
|
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Vertica connector.

View File

@ -5,14 +5,20 @@ slug: /connectors/database/vertica
# Vertica
<Table>
| Stage | Metadata |Query Usage | Data Profiler | Data Quality | Lineage | DBT | Supported Versions |
|:------:|:------:|:-----------:|:-------------:|:------------:|:-------:|:---:|:------------------:|
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -- |
| PROD | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | Vertica >= 9.2
|
</Table>
<Table>
| Lineage | Table-level | Column-level |
|:------:|:-----------:|:-------------:|
| ✅ | ✅ | ✅ |
</Table>
In this section, we provide guides and references to use the Vertica connector.

View File

@ -11,6 +11,7 @@ This page list all the supported helm values for OpenMetadata Helm Charts.
<Table>
| Key | Type | Default |
| :---------- | :---------- | :---------- |
| global.authentication.provider | string | `basic` |
@ -93,6 +94,7 @@ This page list all the supported helm values for OpenMetadata Helm Charts.
## Chart Values
<Table>
| Key | Type | Default |
| :---------- | :---------- | :---------- |
| affinity | object | `{}` |