Skip to content

Commit dde9bc5

Browse files
fix RDI add field link
1 parent 2b1e3ba commit dde9bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/integrate/write-behind/data-transformation/data-transformation-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For example, the default job can streamline tasks such as adding a prefix or pos
3232
Currently, the default job is supported for ingest pipelines only.
3333

3434
### Example
35-
This example demonstrates the process of adding an `app_code` field with a value of `foo` using the [add_field](/content/rdi/reference/data-transformation-block-types/add_field.md) block to all tables that lack explicitly defined jobs. Additionally, it appends an `aws` prefix and a `gcp` postfix to every generated hash key.
35+
This example demonstrates the process of adding an `app_code` field with a value of `foo` using the [add_field]({{<relref "/content/rdi/reference/data-transformation-block-types/add_field/">}}) block to all tables that lack explicitly defined jobs. Additionally, it appends an `aws` prefix and a `gcp` postfix to every generated hash key.
3636

3737
default.yaml
3838
```yaml

0 commit comments

Comments
 (0)