Skip to content

Commit

Permalink
Modify the URL comment to make it correct. (microsoft#482)
Browse files Browse the repository at this point in the history
Co-authored-by: Alonso Guevara <[email protected]>
  • Loading branch information
mggger and AlonsoGuevara authored Jul 11, 2024
1 parent a0caadb commit af74cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/single_verb/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ input:
file_pattern: .*\.csv$
workflows:
- steps:
- verb: derive # https://github.com/microsoft/datashaper/blob/main/python/datashaper/datashaper/engine/verbs/derive.py
- verb: derive # https://github.com/microsoft/datashaper/blob/main/python/datashaper/datashaper/verbs/derive.py
args:
column1: "col1"
column2: "col2"
Expand Down

0 comments on commit af74cae

Please sign in to comment.