Docs: Yaml file updation with ingestionPipelineFQN (#20238)

Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
This commit is contained in:
Rounak Dhillon 2025-03-13 18:44:31 +05:30 committed by GitHub
parent 2411a1040e
commit 6139e49f48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 0 deletions

View File

@ -42,4 +42,8 @@ to the server certificate file.
Find more information on how to troubleshoot SSL issues [here](/deployment/security/enable-ssl/ssl-troubleshooting).
**ingestionPipelineFQN**
Fully qualified name of ingestion pipeline, used to identify the current ingestion pipeline.
{% /codeInfo %}

View File

@ -15,4 +15,5 @@ workflowConfig:
# verifySSL: validate # or ignore
# sslConfig:
# caCertificate: /local/path/to/certificate
# ingestionPipelineFQN: <service name>.<ingestion name> ## e.g., "my_redshift.metadata"
```

View File

@ -42,4 +42,8 @@ to the server certificate file.
Find more information on how to troubleshoot SSL issues [here](/deployment/security/enable-ssl/ssl-troubleshooting).
**ingestionPipelineFQN**
Fully qualified name of ingestion pipeline, used to identify the current ingestion pipeline.
{% /codeInfo %}

View File

@ -15,4 +15,5 @@ workflowConfig:
# verifySSL: validate # or ignore
# sslConfig:
# caCertificate: /local/path/to/certificate
# ingestionPipelineFQN: <service name>.<ingestion name> ## e.g., "my_redshift.metadata"
```