Add algorithm types for DataMart

To support common-primitives!62 (closed)

  • For simple join primitive: EQUI_JOIN. I think it makes sense for more advanced "fuzzy" algorithms and such to have their own algorithm_type, the simple InnerJoin primitive only does an equi-join though (using pandas).
  • For primitives that wrap the DataMart client API: DATAMART.
  • For search and retrieval primitives: DATA_RETRIEVAL.

Does NOT need to go in for %2019 April 1

Edited by Remi Rampin

Merge request reports

Loading