root:
             product   file:plan.py
             product   step:./plan.py

file:plan.py
               state = CONFIRMED
             creator   root:
                sink   step:./plan.py

step:./plan.py
               state = SUCCEEDED
                need = PLAN
           using_env = STEPUP_PATH_FILTER [dynamic]
             creator   root:
              source   file:plan.py
             product   file:show.py
             product   step:./show.py

file:show.py
               state = CONFIRMED
             creator   step:./plan.py
                sink   step:./show.py

step:./show.py
               state = SUCCEEDED
                need = DEFAULT
           using_env = STEPUP_PATH_FILTER [dynamic]
       env_overrides = GREETING=hello
             creator   step:./plan.py
              source   file:show.py
             product   file:greeting.txt
                sink   file:greeting.txt

file:greeting.txt
               state = BUILT
             creator   step:./show.py
              source   step:./show.py
