mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-17 10:35:08 +00:00
fix: Glue Pipeline Yaml fixed (#18163)
This commit is contained in:
parent
4233abf415
commit
e1c3ccfa72
@ -7,8 +7,8 @@ currently being supported with security updates.
|
|||||||
|
|
||||||
| Version | Supported |
|
| Version | Supported |
|
||||||
| ------- | ------------------ |
|
| ------- | ------------------ |
|
||||||
|
| 1.5.x | :white_check_mark: |
|
||||||
| 1.4.x | :white_check_mark: |
|
| 1.4.x | :white_check_mark: |
|
||||||
| 1.3.x | :white_check_mark: |
|
|
||||||
|
|
||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
|
|||||||
@ -112,11 +112,11 @@ This is a sample config for Glue:
|
|||||||
|
|
||||||
```yaml {% isCodeBlock=true %}
|
```yaml {% isCodeBlock=true %}
|
||||||
source:
|
source:
|
||||||
type: glue
|
type: gluepipeline
|
||||||
serviceName: local_glue
|
serviceName: local_glue
|
||||||
serviceConnection:
|
serviceConnection:
|
||||||
config:
|
config:
|
||||||
type: Glue
|
type: GluePipeline
|
||||||
awsConfig:
|
awsConfig:
|
||||||
```
|
```
|
||||||
```yaml {% srNumber=1 %}
|
```yaml {% srNumber=1 %}
|
||||||
|
|||||||
@ -112,11 +112,11 @@ This is a sample config for Glue:
|
|||||||
|
|
||||||
```yaml {% isCodeBlock=true %}
|
```yaml {% isCodeBlock=true %}
|
||||||
source:
|
source:
|
||||||
type: glue
|
type: gluepipeline
|
||||||
serviceName: local_glue
|
serviceName: local_glue
|
||||||
serviceConnection:
|
serviceConnection:
|
||||||
config:
|
config:
|
||||||
type: Glue
|
type: GluePipeline
|
||||||
awsConfig:
|
awsConfig:
|
||||||
```
|
```
|
||||||
```yaml {% srNumber=1 %}
|
```yaml {% srNumber=1 %}
|
||||||
|
|||||||
@ -112,11 +112,11 @@ This is a sample config for Glue:
|
|||||||
|
|
||||||
```yaml {% isCodeBlock=true %}
|
```yaml {% isCodeBlock=true %}
|
||||||
source:
|
source:
|
||||||
type: glue
|
type: gluepipeline
|
||||||
serviceName: local_glue
|
serviceName: local_glue
|
||||||
serviceConnection:
|
serviceConnection:
|
||||||
config:
|
config:
|
||||||
type: Glue
|
type: GluePipeline
|
||||||
awsConfig:
|
awsConfig:
|
||||||
```
|
```
|
||||||
```yaml {% srNumber=1 %}
|
```yaml {% srNumber=1 %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user