The GitHub Actions job "Tests" on airflow.git/SFHook-Token-Request-Retries has 
failed.
Run started by GitHub user SameerMesiah97 (triggered by SameerMesiah97).

Head commit for run:
dbaae98e4084c2d734f13a7eedbda6e14502162d / Sameer Mesiah <[email protected]>
Added retry logic for Snowflake OAuth token requests

Introduced retry handling for OAuth token acquisition in SnowflakeHook using 
tenacity. Extracted the HTTP call into _request_oauth_token and added retry 
classification via _is_retryable_oauth_error. Retries apply only to connection 
errors and HTTP 5xx responses, while HTTP 4xx errors fail fast.

Updated unit tests to cover retry behavior, non-retryable errors, and retry 
exhaustion. Updated the get_oauth_token docstring to reflect retry semantics.

Report URL: https://github.com/apache/airflow/actions/runs/21994765553

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to