The GitHub Actions job "Tests (AMD)" on airflow.git/fix-69463-msgraph-token-endpoint has failed. Run started by GitHub user anmolxlight (triggered by anmolxlight).
Head commit for run: b2b779a9fe334fdd9b437afee67ec63f50717976 / Anmol Mishra <[email protected]> fix(microsoft-azure): construct default token_endpoint for msgraph filesystem When ObjectStoragePath is used with a sharepoint/msgraph protocol and a connection that has client_id, client_secret, and tenant_id but no explicit token_endpoint, MSGDriveFS fails because it receives a non-None oauth2_client_params dict from Airflow and skips its own token_endpoint construction logic, leaving AsyncOAuth2Client.fetch_token() without a target URL. Fix: if token_endpoint is not in oauth2_client_params and tenant_id is set, construct the default Microsoft identity platform v2.0 token endpoint: https://login.microsoftonline.com/{tenant_id}/oauth2/v2.0/token Fixes #69463 Report URL: https://github.com/apache/airflow/actions/runs/28844892725 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
