mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-16 10:08:08 +00:00
parent
7707b471cb
commit
190212c8ac
@ -157,6 +157,7 @@ plugins: Dict[str, Set[str]] = {
|
|||||||
VERSIONS["azure-identity"],
|
VERSIONS["azure-identity"],
|
||||||
},
|
},
|
||||||
"db2": {"ibm-db-sa~=0.3"},
|
"db2": {"ibm-db-sa~=0.3"},
|
||||||
|
"db2-ibmi": {"sqlalchemy-ibmi~=0.9.3"},
|
||||||
"databricks": {VERSIONS["sqlalchemy-databricks"], VERSIONS["databricks-sdk"]},
|
"databricks": {VERSIONS["sqlalchemy-databricks"], VERSIONS["databricks-sdk"]},
|
||||||
"datalake-azure": {
|
"datalake-azure": {
|
||||||
VERSIONS["azure-storage-blob"],
|
VERSIONS["azure-storage-blob"],
|
||||||
|
|||||||
@ -105,6 +105,8 @@ Executing the profiler workflow or data quality tests, will require the user to
|
|||||||
- **database**: Database of the data source.
|
- **database**: Database of the data source.
|
||||||
- **Host and Port**: Enter the fully qualified hostname and port number for your DB2 deployment in the Host and Port field.
|
- **Host and Port**: Enter the fully qualified hostname and port number for your DB2 deployment in the Host and Port field.
|
||||||
|
|
||||||
|
Note: In case you are using Db2 for IBM i, then from advanced config you need choose the `ibmi` scheme.
|
||||||
|
|
||||||
{% partial file="/v1.3/connectors/database/advanced-configuration.md" /%}
|
{% partial file="/v1.3/connectors/database/advanced-configuration.md" /%}
|
||||||
|
|
||||||
{% /extraContent %}
|
{% /extraContent %}
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
"db2Scheme": {
|
"db2Scheme": {
|
||||||
"description": "SQLAlchemy driver scheme options.",
|
"description": "SQLAlchemy driver scheme options.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["db2+ibm_db"],
|
"enum": ["db2+ibm_db", "ibmi"],
|
||||||
"default": "db2+ibm_db"
|
"default": "db2+ibm_db"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -39,6 +39,8 @@ $$section
|
|||||||
### Scheme $(id="scheme")
|
### Scheme $(id="scheme")
|
||||||
|
|
||||||
SQLAlchemy driver scheme options.
|
SQLAlchemy driver scheme options.
|
||||||
|
|
||||||
|
Note: In case you are using Db2 for IBM i, then from advanced config you can choose the `ibmi` scheme.
|
||||||
$$
|
$$
|
||||||
|
|
||||||
$$section
|
$$section
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user