🎨 clean up

This commit is contained in:
Daniel Thoren 2023-08-22 10:08:26 +02:00 committed by GitHub
parent 76e69d0899
commit cfedc6d9af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,8 +28,8 @@ def get_df(query, env, use_cache=True):
print("fetching & caching data") print("fetching & caching data")
with connect( with connect(
authenticator="externalbrowser", authenticator="externalbrowser",
user="dnth@lundbeck.com", user="user@company.com",
account=f"lundbeck-hlu{env}", account=f"company-{env}",
role=role, role=role,
warehouse=warehouse, warehouse=warehouse,
) as con: ) as con: