Skip to content

Commit

Permalink
Merge pull request #363 from datayoga-io/move-job-examples
Browse files Browse the repository at this point in the history
examples - jobs and data dirs
  • Loading branch information
spicy-sauce authored Mar 20, 2024
2 parents 9009816 + 7dd777a commit d71e32c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/.gitignore

This file was deleted.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
input:
uses: files.read_csv
with:
file: examples/test.csv
file: test.csv
steps:
- uses: add_field
with:
fields:
- field: full_name
language: jmespath
expression: concat([fname, ' ' , lname])
expression: concat([fname, ' ', lname])
- uses: map
with:
expression:
Expand Down
File renamed without changes.

0 comments on commit d71e32c

Please sign in to comment.