mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-17 10:35:08 +00:00
Docs: MySQL YAML Correction (#19821)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
This commit is contained in:
parent
37002220c8
commit
05aeae877b
@ -191,7 +191,7 @@ For a simple, local installation using our docker containers, this looks like:
|
|||||||
|
|
||||||
```yaml {% srNumber=40 %}
|
```yaml {% srNumber=40 %}
|
||||||
source:
|
source:
|
||||||
type: mssql-lineage
|
type: mysql-lineage
|
||||||
serviceName: local_mssql
|
serviceName: local_mssql
|
||||||
sourceConfig:
|
sourceConfig:
|
||||||
config:
|
config:
|
||||||
@ -243,12 +243,6 @@ source:
|
|||||||
# - table4
|
# - table4
|
||||||
```
|
```
|
||||||
|
|
||||||
```yaml {% srNumber=49 %}
|
|
||||||
sink:
|
|
||||||
type: metadata-rest
|
|
||||||
config: {}
|
|
||||||
```
|
|
||||||
|
|
||||||
```yaml {% srNumber=51 %}
|
```yaml {% srNumber=51 %}
|
||||||
overrideViewLineage: false
|
overrideViewLineage: false
|
||||||
```
|
```
|
||||||
@ -269,6 +263,12 @@ sink:
|
|||||||
threads: 1
|
threads: 1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```yaml {% srNumber=49 %}
|
||||||
|
sink:
|
||||||
|
type: metadata-rest
|
||||||
|
config: {}
|
||||||
|
```
|
||||||
|
|
||||||
{% partial file="/v1.6/connectors/yaml/workflow-config.md" /%}
|
{% partial file="/v1.6/connectors/yaml/workflow-config.md" /%}
|
||||||
|
|
||||||
{% /codeBlock %}
|
{% /codeBlock %}
|
||||||
|
|||||||
@ -191,8 +191,8 @@ For a simple, local installation using our docker containers, this looks like:
|
|||||||
|
|
||||||
```yaml {% srNumber=40 %}
|
```yaml {% srNumber=40 %}
|
||||||
source:
|
source:
|
||||||
type: mssql-lineage
|
type: mysql-lineage
|
||||||
serviceName: local_mssql
|
serviceName: local_mysql
|
||||||
sourceConfig:
|
sourceConfig:
|
||||||
config:
|
config:
|
||||||
type: DatabaseLineage
|
type: DatabaseLineage
|
||||||
@ -243,12 +243,6 @@ source:
|
|||||||
# - table4
|
# - table4
|
||||||
```
|
```
|
||||||
|
|
||||||
```yaml {% srNumber=49 %}
|
|
||||||
sink:
|
|
||||||
type: metadata-rest
|
|
||||||
config: {}
|
|
||||||
```
|
|
||||||
|
|
||||||
```yaml {% srNumber=51 %}
|
```yaml {% srNumber=51 %}
|
||||||
overrideViewLineage: false
|
overrideViewLineage: false
|
||||||
```
|
```
|
||||||
@ -269,6 +263,12 @@ sink:
|
|||||||
threads: 1
|
threads: 1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```yaml {% srNumber=49 %}
|
||||||
|
sink:
|
||||||
|
type: metadata-rest
|
||||||
|
config: {}
|
||||||
|
```
|
||||||
|
|
||||||
{% partial file="/v1.6/connectors/yaml/workflow-config.md" /%}
|
{% partial file="/v1.6/connectors/yaml/workflow-config.md" /%}
|
||||||
|
|
||||||
{% /codeBlock %}
|
{% /codeBlock %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user