ORNL / flowcept

Runtime data integration system that empowers any data processing system to capture and query workflow provenance using data observability.
MIT License
1 stars 3 forks source link

Apparent duplicate code for JSON serialization #110

Open renan-souza opened 8 months ago

renan-souza commented 8 months ago

Needs further assessment, as the settings.yaml has the following:

  json_serializer: default # or complex. If "complex", FlowCept will deal with complex python dicts that may contain JSON unserializable values
  replace_non_json_serializable: true

which seems duplicate