diff --git a/lolafect/connections.py b/lolafect/connections.py index 223c9f4..a333653 100644 --- a/lolafect/connections.py +++ b/lolafect/connections.py @@ -257,8 +257,7 @@ def connect_to_mysql( host=mysql_host, port=mysql_port, user=mysql_credentials["user"], - password=mysql_credentials["password"], - database="dw_xl", + password=mysql_credentials["password"] ) # Customizing this attributes to retrieve them later in the flow