fix: Glue Pipeline Yaml fixed (#18163)

This commit is contained in:
Ayush Shah 2024-10-09 08:05:09 +05:30 committed by GitHub
parent 4233abf415
commit e1c3ccfa72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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