mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-22 16:08:13 +00:00
Fix spline docs (#11756)
This commit is contained in:
parent
c68d85ebd5
commit
0efad213d9
Binary file not shown.
Before Width: | Height: | Size: 110 KiB |
Binary file not shown.
Before Width: | Height: | Size: 152 KiB |
Binary file not shown.
Before Width: | Height: | Size: 93 KiB |
@ -64,6 +64,7 @@ OpenMetadata can extract metadata from the following list of 55 connectors:
|
|||||||
- [Glue](/connectors/pipeline/glue-pipeline)
|
- [Glue](/connectors/pipeline/glue-pipeline)
|
||||||
- [Domo Pipeline](/connectors/pipeline/domo-pipeline)
|
- [Domo Pipeline](/connectors/pipeline/domo-pipeline)
|
||||||
- [NiFi](/connectors/pipeline/nifi)
|
- [NiFi](/connectors/pipeline/nifi)
|
||||||
|
- [Spline](/connectors/pipeline/spline)
|
||||||
|
|
||||||
## ML Model Services
|
## ML Model Services
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@ This is the supported list of connectors for Pipeline Services:
|
|||||||
- [Domo Pipeline](/connectors/pipeline/domo-pipeline)
|
- [Domo Pipeline](/connectors/pipeline/domo-pipeline)
|
||||||
- [Databricks Pipeline](/connectors/pipeline/databricks-pipeline)
|
- [Databricks Pipeline](/connectors/pipeline/databricks-pipeline)
|
||||||
- [NiFi](/connectors/pipeline/nifi)
|
- [NiFi](/connectors/pipeline/nifi)
|
||||||
|
- [Spline](/connectors/pipeline/spline)
|
||||||
|
|
||||||
If you have a request for a new connector, don't hesitate to reach out in [Slack](https://slack.open-metadata.org/) or
|
If you have a request for a new connector, don't hesitate to reach out in [Slack](https://slack.open-metadata.org/) or
|
||||||
open a [feature request](https://github.com/open-metadata/OpenMetadata/issues/new/choose) in our GitHub repo.
|
open a [feature request](https://github.com/open-metadata/OpenMetadata/issues/new/choose) in our GitHub repo.
|
||||||
|
@ -21,6 +21,17 @@ To deploy OpenMetadata, check the Deployment guides.
|
|||||||
To run the Ingestion via the UI you'll need to use the OpenMetadata Ingestion Container, which comes shipped with
|
To run the Ingestion via the UI you'll need to use the OpenMetadata Ingestion Container, which comes shipped with
|
||||||
custom Airflow plugins to handle the workflow deployment.
|
custom Airflow plugins to handle the workflow deployment.
|
||||||
|
|
||||||
|
The Spline connector support lineage of data source of type `jdbc` or `dbfs` i.e. The spline connector would be able to extract lineage if the data source is either a jdbc connection or the data source is databricks instance.
|
||||||
|
|
||||||
|
{% note %}
|
||||||
|
|
||||||
|
Currently we do not support data source of type aws s3 or any other cloud storage, which also means that the lineage for external tables from databricks will not be extracted.
|
||||||
|
|
||||||
|
{% /note %}
|
||||||
|
|
||||||
|
You can refer [this](https://github.com/AbsaOSS/spline-getting-started/tree/main/spline-on-databricks) documentation on how to configure databricks with spline.
|
||||||
|
|
||||||
|
|
||||||
### Python Requirements
|
### Python Requirements
|
||||||
|
|
||||||
To run the Spline ingestion, you will need to install:
|
To run the Spline ingestion, you will need to install:
|
@ -21,6 +21,17 @@ To deploy OpenMetadata, check the Deployment guides.
|
|||||||
To run the Ingestion via the UI you'll need to use the OpenMetadata Ingestion Container, which comes shipped with
|
To run the Ingestion via the UI you'll need to use the OpenMetadata Ingestion Container, which comes shipped with
|
||||||
custom Airflow plugins to handle the workflow deployment.
|
custom Airflow plugins to handle the workflow deployment.
|
||||||
|
|
||||||
|
The Spline connector support lineage of data source of type `jdbc` or `dbfs` i.e. The spline connector would be able to extract lineage if the data source is either a jdbc connection or the data source is databricks instance.
|
||||||
|
|
||||||
|
{% note %}
|
||||||
|
|
||||||
|
Currently we do not support data source of type aws s3 or any other cloud storage, which also means that the lineage for external tables from databricks will not be extracted.
|
||||||
|
|
||||||
|
{% /note %}
|
||||||
|
|
||||||
|
You can refer [this](https://github.com/AbsaOSS/spline-getting-started/tree/main/spline-on-databricks) documentation on how to configure databricks with spline.
|
||||||
|
|
||||||
|
|
||||||
### Python Requirements
|
### Python Requirements
|
||||||
|
|
||||||
To run the Spline ingestion, you will need to install:
|
To run the Spline ingestion, you will need to install:
|
@ -38,6 +38,17 @@ To deploy OpenMetadata, check the Deployment guides.
|
|||||||
To run the Ingestion via the UI you'll need to use the OpenMetadata Ingestion Container, which comes shipped with
|
To run the Ingestion via the UI you'll need to use the OpenMetadata Ingestion Container, which comes shipped with
|
||||||
custom Airflow plugins to handle the workflow deployment.
|
custom Airflow plugins to handle the workflow deployment.
|
||||||
|
|
||||||
|
The Spline connector support lineage of data source of type `jdbc` or `dbfs` i.e. The spline connector would be able to extract lineage if the data source is either a jdbc connection or the data source is databricks instance.
|
||||||
|
|
||||||
|
{% note %}
|
||||||
|
|
||||||
|
Currently we do not support data source of type aws s3 or any other cloud storage, which also means that the lineage for external tables from databricks will not be extracted.
|
||||||
|
|
||||||
|
{% /note %}
|
||||||
|
|
||||||
|
You can refer [this](https://github.com/AbsaOSS/spline-getting-started/tree/main/spline-on-databricks) documentation on how to configure databricks with spline.
|
||||||
|
|
||||||
|
|
||||||
## Metadata Ingestion
|
## Metadata Ingestion
|
||||||
|
|
||||||
{% stepsContainer %}
|
{% stepsContainer %}
|
@ -525,6 +525,12 @@ site_menu:
|
|||||||
url: /connectors/pipeline/domo-pipeline/airflow
|
url: /connectors/pipeline/domo-pipeline/airflow
|
||||||
- category: Connectors / Pipeline / Domo Pipeline / CLI
|
- category: Connectors / Pipeline / Domo Pipeline / CLI
|
||||||
url: /connectors/pipeline/domo-pipeline/cli
|
url: /connectors/pipeline/domo-pipeline/cli
|
||||||
|
- category: Connectors / Pipeline / Spline
|
||||||
|
url: /connectors/pipeline/spline
|
||||||
|
- category: Connectors / Pipeline / Spline / Airflow
|
||||||
|
url: /connectors/pipeline/spline/airflow
|
||||||
|
- category: Connectors / Pipeline / Spline / CLI
|
||||||
|
url: /connectors/pipeline/spline/cli
|
||||||
|
|
||||||
- category: Connectors / ML Model
|
- category: Connectors / ML Model
|
||||||
url: /connectors/ml-model
|
url: /connectors/ml-model
|
||||||
|
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
Binary file not shown.
After Width: | Height: | Size: 157 KiB |
Binary file not shown.
After Width: | Height: | Size: 112 KiB |
Loading…
x
Reference in New Issue
Block a user