From 10b9c2e57d58c8ba7d5a70c153089e6761158c91 Mon Sep 17 00:00:00 2001 From: David Kinzer Date: Mon, 21 Mar 2022 15:59:00 -0400 Subject: [PATCH] Fix inaccurate file comment. --- cob_datapipeline/catalog_move_alma_sftp_to_s3_dag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cob_datapipeline/catalog_move_alma_sftp_to_s3_dag.py b/cob_datapipeline/catalog_move_alma_sftp_to_s3_dag.py index a18a5998..df771ff0 100644 --- a/cob_datapipeline/catalog_move_alma_sftp_to_s3_dag.py +++ b/cob_datapipeline/catalog_move_alma_sftp_to_s3_dag.py @@ -1,4 +1,4 @@ -"""Airflow DAG to index AZ Databases into Solr.""" +"""Airflow DAG to move alma FTP files to S3 and then archive those files into ./backup folder.""" from datetime import datetime, timedelta import logging from tulflow import tasks