PromucFlow_constructor/app/server/appsmith-interfaces
Sumit Kumar 9c8bce0415
Feature: return data types of returned data on query execution for better data display (#3914)
- Return data type list along with action execution result so that the data can be displayed in the correct format.
- Handles these three data types for now : table, json, raw.
  - If a plugin has already assigned the data type, then common handler is not used.
  - Mongo plugin assigns the data types in the plugin specific flow i.e. does not use the common data type parse / assign method.
- To address review comments:
  - added a new enum ActionResultDataType for data types. It is consumed by ParsedDataType. A list of ParsedDataType is returned by ActionExecutionResult
  - parsed data in parallel using streams.parallel().
2021-04-09 10:58:37 +05:30
..
src Feature: return data types of returned data on query execution for better data display (#3914) 2021-04-09 10:58:37 +05:30
pom.xml Adding JSON intelligent substitution for Rest Api plugin (#3474) 2021-03-11 14:10:00 +05:30