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