Skip to content

Commit

Permalink
See open-metadata/OpenMetadata@6326ae3 from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
open-metadata committed Dec 5, 2024
1 parent 57e6eb7 commit 96487ae
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/v1.6.x-SNAPSHOT/connectors/database/db2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ Executing the profiler workflow or data quality tests, will require the user to
- **Password**: Password to connect to DB2.
- **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.
- **License File Name**: License file name in case the license is required for connection.
- **License**: Contents of your license file if applicable, make sure to replace new lines with `\n` before pasting it here.

{% note %}
If you are using DB2 for IBM i:
Expand Down
18 changes: 18 additions & 0 deletions content/v1.6.x-SNAPSHOT/connectors/database/db2/yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,18 @@ This is a sample config for DB2:

{% /codeInfo %}

{% codeInfo srNumber=7 %}

**license**: Contents of your license file if applicable, make sure to replace new lines with `\n` before pasting it here.

{% /codeInfo %}

{% codeInfo srNumber=8 %}

**licenseFileName**: License file name in case the license is required for connection.

{% /codeInfo %}

{% partial file="/v1.6/connectors/yaml/database/source-config-def.md" /%}

{% partial file="/v1.6/connectors/yaml/ingestion-sink-def.md" /%}
Expand Down Expand Up @@ -151,6 +163,12 @@ source:
```yaml {% srNumber=3 %}
hostPort: localhost:5432
```
```yaml {% srNumber=7 %}
# license: content.....\n..of your....\n...license...\n..file...
```
```yaml {% srNumber=8 %}
# licenseFileName: your_license.llc
```
```yaml {% srNumber=4 %}
# databaseSchema: schema
```
Expand Down

0 comments on commit 96487ae

Please sign in to comment.