mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-12 15:57:44 +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 %}
|
||||
source:
|
||||
type: mssql-lineage
|
||||
type: mysql-lineage
|
||||
serviceName: local_mssql
|
||||
sourceConfig:
|
||||
config:
|
||||
@ -243,12 +243,6 @@ source:
|
||||
# - table4
|
||||
```
|
||||
|
||||
```yaml {% srNumber=49 %}
|
||||
sink:
|
||||
type: metadata-rest
|
||||
config: {}
|
||||
```
|
||||
|
||||
```yaml {% srNumber=51 %}
|
||||
overrideViewLineage: false
|
||||
```
|
||||
@ -269,6 +263,12 @@ sink:
|
||||
threads: 1
|
||||
```
|
||||
|
||||
```yaml {% srNumber=49 %}
|
||||
sink:
|
||||
type: metadata-rest
|
||||
config: {}
|
||||
```
|
||||
|
||||
{% partial file="/v1.6/connectors/yaml/workflow-config.md" /%}
|
||||
|
||||
{% /codeBlock %}
|
||||
|
||||
@ -191,8 +191,8 @@ For a simple, local installation using our docker containers, this looks like:
|
||||
|
||||
```yaml {% srNumber=40 %}
|
||||
source:
|
||||
type: mssql-lineage
|
||||
serviceName: local_mssql
|
||||
type: mysql-lineage
|
||||
serviceName: local_mysql
|
||||
sourceConfig:
|
||||
config:
|
||||
type: DatabaseLineage
|
||||
@ -243,12 +243,6 @@ source:
|
||||
# - table4
|
||||
```
|
||||
|
||||
```yaml {% srNumber=49 %}
|
||||
sink:
|
||||
type: metadata-rest
|
||||
config: {}
|
||||
```
|
||||
|
||||
```yaml {% srNumber=51 %}
|
||||
overrideViewLineage: false
|
||||
```
|
||||
@ -269,6 +263,12 @@ sink:
|
||||
threads: 1
|
||||
```
|
||||
|
||||
```yaml {% srNumber=49 %}
|
||||
sink:
|
||||
type: metadata-rest
|
||||
config: {}
|
||||
```
|
||||
|
||||
{% partial file="/v1.6/connectors/yaml/workflow-config.md" /%}
|
||||
|
||||
{% /codeBlock %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user