We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f4c99 commit 67c3183Copy full SHA for 67c3183
website/www/site/content/en/documentation/sdks/yaml.md
@@ -1,6 +1,6 @@
1
---
2
type: languages
3
-title: "Apache Beam YAML API"
+title: "Apache Beam YAML"
4
5
<!--
6
Licensed to the Apache Software Foundation (ASF) under one
@@ -21,12 +21,14 @@ title: "Apache Beam YAML API"
21
under the License.
22
-->
23
24
-# Beam YAML API
+# Beam YAML
25
26
Beam YAML is a declarative syntax for describing Apache Beam pipelines by using
27
YAML files. You can use Beam YAML to author and run a Beam pipeline without
28
writing any code.
29
30
+For a full transform API reference, see https://beam.apache.org/releases/yamldoc/current/
31
+
32
## Overview
33
34
Beam provides a powerful model for creating sophisticated data processing
0 commit comments