The GitHub Actions job "Tests (AMD)" on airflow.git/add-airbyte-api-timeout has succeeded. Run started by GitHub user filipeaaoliveira (triggered by eladkal).
Head commit for run: e13acdc12404e7f969d15d7dd5f69597f6e5b037 / Filipe Oliveira <[email protected]> Cover the OAuth token request with the configured Airbyte API timeout Review on #71092 pointed out that the SDK's client-credentials hook sends the token request directly through the HTTP client, bypassing the SDK-level timeout_ms, so authenticated deployments could still hit the 5-second default on the token call. Setting the timeout on the httpx client covers the token request and all API operations alike, so the timeout_ms conversion is dropped. The client we build also follows redirects, matching the default client the SDK creates when none is supplied. Report URL: https://github.com/apache/airflow/actions/runs/31626319772 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
