Added addition context

This commit is contained in:
2025-11-06 16:32:04 -05:00
parent a141fa76f1
commit 085cc008b4
4 changed files with 40 additions and 6 deletions

View File

@@ -15,6 +15,10 @@ logger = logging.getLogger('extract.py')
today = date.today()
# The Orchestrator is a simple app designed to facilitate the execution of
# the ETL pipeline. Should any system fail, the Orchestrator will log the
# error and exit.
if __name__ == '__main__':
try:
logger.info(f'{datetime.now()}:Starting extract.py')