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