Skip to content

Commit

Permalink
See open-metadata/OpenMetadata@5b77c14 from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
open-metadata committed Jan 7, 2025
1 parent 5cf12c9 commit 965bfce
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/v1.6.x/connectors/pipeline/airbyte/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ Configure and schedule Airbyte metadata and profiler workflows from the OpenMeta

- **Host and Port**: Pipeline Service Management UI URL

- **Username**: Username to connect to Airbyte.

- **Password**: Password to connect to Airbyte.

- **API Version**: Version of the Airbyte REST API by default `api/v1`.

{% /extraContent %}

{% partial file="/v1.6/connectors/test-connection.md" /%}
Expand Down
26 changes: 26 additions & 0 deletions content/v1.6.x/connectors/pipeline/airbyte/yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,23 @@ This is a sample config for Airbyte:

**hostPort**: Pipeline Service Management UI URL

{% /codeInfo %}

{% codeInfo srNumber=2 %}

**username**: Username to connect to Airbyte.

{% /codeInfo %}

{% codeInfo srNumber=3 %}

**password**: Password to connect to Airbyte.

{% /codeInfo %}

{% codeInfo srNumber=4 %}

**apiVersion**: Version of the Airbyte REST API by default `api/v1`.

{% /codeInfo %}

Expand Down Expand Up @@ -86,6 +103,15 @@ source:
```yaml {% srNumber=1 %}
hostPort: http://localhost:8000
```
```yaml {% srNumber=2 %}
username: <username>
```
```yaml {% srNumber=3 %}
password: <password>
```
```yaml {% srNumber=4 %}
apiVersion: api/v1
```
{% partial file="/v1.6/connectors/yaml/pipeline/source-config.md" /%}
Expand Down
6 changes: 6 additions & 0 deletions content/v1.7.x-SNAPSHOT/connectors/pipeline/airbyte/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ Configure and schedule Airbyte metadata and profiler workflows from the OpenMeta

- **Host and Port**: Pipeline Service Management UI URL

- **Username**: Username to connect to Airbyte.

- **Password**: Password to connect to Airbyte.

- **API Version**: Version of the Airbyte REST API by default `api/v1`.

{% /extraContent %}

{% partial file="/v1.7/connectors/test-connection.md" /%}
Expand Down
26 changes: 26 additions & 0 deletions content/v1.7.x-SNAPSHOT/connectors/pipeline/airbyte/yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,23 @@ This is a sample config for Airbyte:

**hostPort**: Pipeline Service Management UI URL

{% /codeInfo %}

{% codeInfo srNumber=2 %}

**username**: Username to connect to Airbyte.

{% /codeInfo %}

{% codeInfo srNumber=3 %}

**password**: Password to connect to Airbyte.

{% /codeInfo %}

{% codeInfo srNumber=4 %}

**apiVersion**: Version of the Airbyte REST API by default `api/v1`.

{% /codeInfo %}

Expand Down Expand Up @@ -86,6 +103,15 @@ source:
```yaml {% srNumber=1 %}
hostPort: http://localhost:8000
```
```yaml {% srNumber=2 %}
username: <username>
```
```yaml {% srNumber=3 %}
password: <password>
```
```yaml {% srNumber=4 %}
apiVersion: api/v1
```
{% partial file="/v1.7/connectors/yaml/pipeline/source-config.md" /%}
Expand Down

0 comments on commit 965bfce

Please sign in to comment.