Sunbird-cQube / community

Community repo for cQube where documentation, discussions, etc are enabled.
MIT License
3 stars 7 forks source link

Refactor the python code which parses the Configuration file [ Data Processing ]. #95

Closed TLSravani closed 1 year ago

TLSravani commented 2 years ago

Following are the Functionalities included in Python code:

  1. Multiple table creations is not handled and the table creation part is repeated for different table creations like staging, temp, duplicate and null tables.
  2. The same configuration file is read in two different functions which are responsible for creating nifi parameters and the table creation queries.
  3. Need to update the metrics creation part which is repeated for aggregation part and the report queries part.
RNarmatha commented 1 year ago

This problem will be addressed in cQube v5.0.

RNarmatha commented 1 year ago

This is invalid