The GitHub Actions job "Tests" on airflow.git/gcp-token-refresh has succeeded.
Run started by GitHub user simi (triggered by simi).

Head commit for run:
50480099c25d2b8eca22350abb1af946565b7dc2 / Josef Šimánek 
<[email protected]>
Pass Credentials object to GCSFileSystem for automatic token refresh

Previously, get_fs() extracted a static access token string via
_get_access_token() and passed it to GCSFileSystem. This token expires
after ~1 hour with no way to refresh, causing 401 errors in long-running
tasks.

By passing the Credentials object directly, gcsfs can automatically
refresh the token before each request via its built-in maybe_refresh()
mechanism.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to