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,
|
host=mysql_host,
|
||||||
port=mysql_port,
|
port=mysql_port,
|
||||||
user=mysql_credentials["user"],
|
user=mysql_credentials["user"],
|
||||||
password=mysql_credentials["password"],
|
password=mysql_credentials["password"]
|
||||||
database="dw_xl",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Customizing this attributes to retrieve them later in the flow
|
# Customizing this attributes to retrieve them later in the flow
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue