@@ -584,6 +584,7 @@ class BaseAnalyst(ABC):
def processTurbineData(self, turbines, conf: Contract, select: str):
try:
+ self.logger.info(f"method: processTurbineData , turbines : {turbines}")
# add "where" condition
select_conditions = self.selectAllCondition(conf)