Fix the docs for Transfer Operators (#13641)
Currently instead of "S3 to GCS" it says "S3 to S3"
This commit is contained in:
Родитель
c4112e2e9d
Коммит
f943c5a1ce
|
@ -17,7 +17,7 @@
|
|||
under the License.
|
||||
#}
|
||||
{%- for item in items %}
|
||||
{% set title = item['source-integration-name'] + " to " + item['source-integration-name'] %}
|
||||
{% set title = item['source-integration-name'] + " to " + item['target-integration-name'] %}
|
||||
{{ title }}
|
||||
{{ header_separator * (title|length) }}
|
||||
{# Force new line #}
|
||||
|
|
Загрузка…
Ссылка в новой задаче