From 4583c16e44a3d32b29a022b0d2f34a73a233c09a Mon Sep 17 00:00:00 2001 From: julialawrence Date: Tue, 14 Nov 2023 17:20:37 +0000 Subject: [PATCH] Adding team id debugging. --- app/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/app.py b/app/app.py index 9d2377e..3bb4d3e 100644 --- a/app/app.py +++ b/app/app.py @@ -208,6 +208,7 @@ def create_data_source(): ) if team_creation_response: team_info = team_creation_response.json() + print(f"Team Info: %s", team_info) team_id = team_info.get("id") if team_id: data_source.team_id = team_id