Skip to content

Commit

Permalink
db name example
Browse files Browse the repository at this point in the history
  • Loading branch information
intercalaris authored Sep 26, 2024
1 parent 5682de9 commit fe8f0dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql-to-excel.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pandas as pd

server = "11.111.11.111"
database = "dbname_staging"
database = "dbname"
username = "db_username"
password = "db_password"

Expand Down Expand Up @@ -52,4 +52,4 @@

finally:
if connection:
connection.close()
connection.close()

0 comments on commit fe8f0dc

Please sign in to comment.