Last minute fix, remove hardcoded database from mysql connection.
This commit is contained in:
parent
6c8dc4f207
commit
737bdcab7f
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue