mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-13 12:08:47 +00:00
DB2 connector docs, call out db2 package installation (#14605)
* DB2 connector docs, call out db2 package installation * DB2 connector docs, call out db2 package installation
This commit is contained in:
parent
aa79bcb923
commit
a92fedf544
@ -26,6 +26,22 @@ slug: /connectors/database/db2
|
|||||||
|
|
||||||
{% /multiTablesWrapper %}
|
{% /multiTablesWrapper %}
|
||||||
|
|
||||||
|
{%important%}
|
||||||
|
OpenMetadata doesn't ship DB2 connector in the ingestion contain by default.
|
||||||
|
Please make sure you install the below Python package in the ingestion container if you are planning on running DB2 Connector.
|
||||||
|
|
||||||
|
If you are running this as part of docker
|
||||||
|
```code
|
||||||
|
docker exec -it openmetadata_ingestion pip install '.[db2]'
|
||||||
|
```
|
||||||
|
|
||||||
|
Using python pip, Please make sure you provide appropriate version of ingestion in below command
|
||||||
|
```code
|
||||||
|
pip install 'openmetadata-ingestion[db2]==1.2.4.0'
|
||||||
|
```
|
||||||
|
|
||||||
|
{%/important%}
|
||||||
|
|
||||||
In this section, we provide guides and references to use the DB2 connector.
|
In this section, we provide guides and references to use the DB2 connector.
|
||||||
|
|
||||||
Configure and schedule DB2 metadata and profiler workflows from the OpenMetadata UI:
|
Configure and schedule DB2 metadata and profiler workflows from the OpenMetadata UI:
|
||||||
|
@ -26,6 +26,22 @@ slug: /connectors/database/db2
|
|||||||
|
|
||||||
{% /multiTablesWrapper %}
|
{% /multiTablesWrapper %}
|
||||||
|
|
||||||
|
{%important%}
|
||||||
|
OpenMetadata doesn't ship DB2 connector in the ingestion contain by default.
|
||||||
|
Please make sure you install the below Python package in the ingestion container if you are planning on running DB2 Connector.
|
||||||
|
|
||||||
|
If you are running this as part of docker
|
||||||
|
```code
|
||||||
|
docker exec -it openmetadata_ingestion pip install '.[db2]'
|
||||||
|
```
|
||||||
|
|
||||||
|
Using python pip, Please make sure you provide appropriate version of ingestion in below command
|
||||||
|
```code
|
||||||
|
pip install 'openmetadata-ingestion[db2]==1.2.4.0'
|
||||||
|
```
|
||||||
|
|
||||||
|
{%/important%}
|
||||||
|
|
||||||
In this section, we provide guides and references to use the DB2 connector.
|
In this section, we provide guides and references to use the DB2 connector.
|
||||||
|
|
||||||
Configure and schedule DB2 metadata and profiler workflows from the OpenMetadata UI:
|
Configure and schedule DB2 metadata and profiler workflows from the OpenMetadata UI:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user