Skip to content

Commit

Permalink
Minor updates to lineage docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfischer committed Apr 12, 2019
1 parent a41f247 commit 75d9224
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dataworkspaces/lineage.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
Input resources =>| Step i |=> Output resources
=>| |=>
------------
/\
||
Code
Dependencies
To do this, we need use the following classes:
Expand Down Expand Up @@ -309,7 +313,7 @@ class LineageBuilder:
:func:`~with_code_ref`. For command-line Python scripts, the
main code resource is handled automatically in :func:`~as_script_step`.
Other subclasses of the LineageBuilder may provide similar functionality
(e.g. the LineageBuilder for JupyterNotebooks will figure out the resource
(e.g. the LineageBuilder for JupyterNotebooks will try to figure out the resource
containing your notebook and set it in the lineage).
If you need to specify the workspace's root directory, use the
Expand Down

0 comments on commit 75d9224

Please sign in to comment.