Skip to content

Commit

Permalink
[AIRFLOW-XXX] Fix typo in mysql_hook docstring (apache#6483)
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer authored and kaxil committed Nov 1, 2019
1 parent 8f7663b commit f68c186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/hooks/mysql_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class MySqlHook(DbApiHook):
``{"cursor": "SSCursor"}``. Refer to the MySQLdb.cursors for more details.
Note: For AWS IAM authentication, use iam in the extra connection parameters
and set it to true. Leave the password field empty. This will use the the
and set it to true. Leave the password field empty. This will use the
"aws_default" connection to get the temporary token unless you override
in extras.
extras example: ``{"iam":true, "aws_conn_id":"my_aws_conn"}``
Expand Down

0 comments on commit f68c186

Please sign in to comment.