Last minute fix, remove hardcoded database from mysql connection.

This commit is contained in:
Pablo Martin 2023-01-27 15:21:49 +01:00
parent 6c8dc4f207
commit 737bdcab7f

View file

@ -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