From 3214586a294abe68596a27449f84bee55fd3f22d Mon Sep 17 00:00:00 2001 From: Christian Gagnon Date: Wed, 20 Mar 2019 05:42:36 -0400 Subject: [PATCH] Update mysql_to_s3_operator.py Fixed typo in doc --- operators/mysql_to_s3_operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"