TresAmigosSD / SMV

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

Separate out needToRun flag from app graph json #1482

Closed ninjapapa closed 5 years ago

ninjapapa commented 5 years ago

Current get_graph_json method of SmvApp creates a JSON with a needToRun flag which is a state information of the modules. Need to separate that part out as a different method, get_modules_state.