Skip to content

Commit

Permalink
Update default driver
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Feb 2, 2024
1 parent 759408c commit 4583ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_mysql/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def get_sqlalchemy_url(self, config: Mapping[str, Any]) -> str:
return cast(str, config["sqlalchemy_url"])

sqlalchemy_url = URL.create(
drivername="mysql+mysqldb",
drivername="mysql+pymysql",
username=config["user"],
password=config["password"],
host=config["host"],
Expand Down

0 comments on commit 4583ba3

Please sign in to comment.