🎨 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")
with connect(
authenticator="externalbrowser",
user="dnth@lundbeck.com",
account=f"lundbeck-hlu{env}",
user="user@company.com",
account=f"company-{env}",
role=role,
warehouse=warehouse,
) as con: