From cfedc6d9afb65efe52bf104e4b7cf4d730c032aa Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Tue, 22 Aug 2023 10:08:26 +0200 Subject: [PATCH] :art: clean up --- python_snippets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_snippets.md b/python_snippets.md index 317d161..14230fe 100644 --- a/python_snippets.md +++ b/python_snippets.md @@ -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: