Skip to content

Commit

Permalink
add tracer for json response bug in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbull committed Jun 11, 2024
1 parent 47b1ef6 commit 0fb6b76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/extensions/utils/sl_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def _update_states(self):
response = requests.get(
"https://services.surfline.com/taxonomy?type=taxonomy&id=58f7ed51dadb30820bb3879c&maxDepth=0"
)
logging.info(f"Response: {response.text}")
json_data = response.json()
json_contains = json_data["contains"]
for x in json_contains:
Expand Down

0 comments on commit 0fb6b76

Please sign in to comment.