diff --git a/operators/mysql_to_s3_operator.py b/operators/mysql_to_s3_operator.py index cf2dd80..e4e18b5 100644 --- a/operators/mysql_to_s3_operator.py +++ b/operators/mysql_to_s3_operator.py @@ -9,7 +9,7 @@ class MySQLToS3Operator(BaseOperator): """ - MySQL to Spreadsheet Operator + MySQL to S3 Operator NOTE: When using the MySQLToS3Operator, it is necessary to set the cursor to "dictcursor" in the MySQL connection settings within "Extra"