Commit 4cf30d5c authored by aakash.bedi's avatar aakash.bedi

updated training module

parent 7cd06240
Pipeline #59980 canceled with stage
...@@ -13,6 +13,8 @@ warnings.filterwarnings("ignore") ...@@ -13,6 +13,8 @@ warnings.filterwarnings("ignore")
start_date, end_date, start_timestamp, end_timestamp = KairosStartEndDate().start_end_date() start_date, end_date, start_timestamp, end_timestamp = KairosStartEndDate().start_end_date()
logger.info(f'start date - {start_date}') logger.info(f'start date - {start_date}')
logger.info(f'end date - {end_date}')
def orchestrator(): def orchestrator():
try: try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment