Skip to content

Commit

Permalink
See open-metadata/OpenMetadata@68a0728 from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
open-metadata committed Jan 2, 2025
1 parent a1e3063 commit e538c07
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 2 deletions.
57 changes: 56 additions & 1 deletion content/partials/v1.6/connectors/yaml/lineage.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,41 @@ You can find all the definitions and types for the `sourceConfig` [here](https:

{% codeInfo srNumber=49 %}

**overrideViewLineage**: Set the 'Override View Lineage' toggle to control whether to override the existing view lineage.

{% /codeInfo %}


{% codeInfo srNumber=51 %}

**processViewLineage**: Set the 'Process View Lineage' toggle to control whether to process view lineage.

{% /codeInfo %}


{% codeInfo srNumber=52 %}

**processQueryLineage**: Set the 'Process Query Lineage' toggle to control whether to process query lineage.

{% /codeInfo %}


{% codeInfo srNumber=53 %}

**processStoredProcedureLineage**: Set the 'Process Stored ProcedureLog Lineage' toggle to control whether to process stored procedure lineage.

{% /codeInfo %}


{% codeInfo srNumber=54 %}

**threads**: Number of Threads to use in order to parallelize lineage ingestion.

{% /codeInfo %}


{% codeInfo srNumber=55 %}

#### Sink Configuration

To send the metadata to OpenMetadata, it needs to be specified as `type: metadata-rest`.
Expand Down Expand Up @@ -150,7 +185,27 @@ sink:
config: {}
```
{% partial file="/v1.5/connectors/yaml/workflow-config.md" /%}
```yaml {% srNumber=51 %}
overrideViewLineage: false
```
```yaml {% srNumber=52 %}
processViewLineage: true
```
```yaml {% srNumber=53 %}
processQueryLineage: true
```
```yaml {% srNumber=54 %}
processStoredProcedureLineage: true
```
```yaml {% srNumber=55 %}
threads: 1
```
{% partial file="/v1.6/connectors/yaml/workflow-config.md" /%}
{% /codeBlock %}
Expand Down
58 changes: 57 additions & 1 deletion content/partials/v1.7/connectors/yaml/lineage.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,42 @@ You can find all the definitions and types for the `sourceConfig` [here](https:

{% codeInfo srNumber=49 %}

**overrideViewLineage**: Set the 'Override View Lineage' toggle to control whether to override the existing view lineage.

{% /codeInfo %}


{% codeInfo srNumber=51 %}

**processViewLineage**: Set the 'Process View Lineage' toggle to control whether to process view lineage.

{% /codeInfo %}


{% codeInfo srNumber=52 %}

**processQueryLineage**: Set the 'Process Query Lineage' toggle to control whether to process query lineage.

{% /codeInfo %}


{% codeInfo srNumber=53 %}

**processStoredProcedureLineage**: Set the 'Process Stored ProcedureLog Lineage' toggle to control whether to process stored procedure lineage.

{% /codeInfo %}


{% codeInfo srNumber=54 %}

**threads**: Number of Threads to use in order to parallelize lineage ingestion.

{% /codeInfo %}


{% codeInfo srNumber=55 %}


#### Sink Configuration

To send the metadata to OpenMetadata, it needs to be specified as `type: metadata-rest`.
Expand Down Expand Up @@ -150,7 +186,27 @@ sink:
config: {}
```
{% partial file="/v1.5/connectors/yaml/workflow-config.md" /%}
```yaml {% srNumber=51 %}
overrideViewLineage: false
```
```yaml {% srNumber=52 %}
processViewLineage: true
```
```yaml {% srNumber=53 %}
processQueryLineage: true
```
```yaml {% srNumber=54 %}
processStoredProcedureLineage: true
```
```yaml {% srNumber=55 %}
threads: 1
```
{% partial file="/v1.7/connectors/yaml/workflow-config.md" /%}
{% /codeBlock %}
Expand Down

0 comments on commit e538c07

Please sign in to comment.