Docs: MySQL YAML Correction (#19821)

Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
This commit is contained in:
Rounak Dhillon 2025-02-17 12:53:32 +05:30 committed by GitHub
parent 37002220c8
commit 05aeae877b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 15 deletions

View File

@ -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 %}

View File

@ -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 %}