TresAmigosSD / SMV

Spark Modularized View
Apache License 2.0
42 stars 22 forks source link

Drop needsToRun from get_graph_json method in smvapp #1521

Closed ninjapapa closed 5 years ago

ninjapapa commented 5 years ago

Current get_graph_json method has module state (needToRun). Need to create a method which just return the module dependency graph without the module state info. Will name that method as get_module_graph_json.

As client code converted to use:

will deprecate get_graph_json method.

ninjapapa commented 5 years ago

As discussed with @cloudysail we will do this in 2 steps:

Will create 2 PRs.