Skip to content

Commit

Permalink
improve description of results_dir parameters in lineage
Browse files Browse the repository at this point in the history
  • Loading branch information
jfischer committed Jul 4, 2019
1 parent f6af016 commit 89a988e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dataworkspaces/lineage.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,10 @@ class LineageBuilder:
Call :func:`~as_results_step` to indicate that this step is producing results.
This will cause a ``results.json`` file and a ``lineage.json`` file to be created
in the specified directory.
in the specified directory. This directory should correspond to either the root
directory of a results resource or a subdirectory within the resource. If you have
multiple steps of your workflow that produce results, you can create separate
subdirectories for each results-producing step.
**Example**
Expand Down

0 comments on commit 89a988e

Please sign in to comment.