Weather Alert Chain
๐ get_weather received or returned null/None value
๐ก Add null check: if data is None: return default_value(). Or add a default in get_weather's output schema.