Skip to content

Commit 84ffb86

Browse files
committed
INT: modify default job example
1 parent 373337b commit 84ffb86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@ default.yaml
3838
```yaml
3939
source:
4040
table: "*"
41-
row_format: full
4241
transform:
4342
- uses: add_field
4443
with:
4544
fields:
46-
- field: after.app_code
45+
- field: app_code
4746
expression: "`foo`"
4847
language: jmespath
4948
output:

0 commit comments

Comments
 (0)