Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@ default.yaml
```yaml
source:
table: "*"
row_format: full
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if line 53 will still work if we remove it here, we probably should come up with a better example.
BTW, it also seems that this example is scaffolded in default.yaml.example, not sure if this ideal - @yaronp68

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did what was stated in the JIRA ticket. This will have to sit until @andy-stark-redis is back from PTO.

transform:
- uses: add_field
with:
fields:
- field: after.app_code
- field: app_code
expression: "`foo`"
language: jmespath
output:
Expand Down
Loading