The GitHub Actions job "Tests" on airflow.git/fix/issue-63242 has succeeded.
Run started by GitHub user YoannAbriel (triggered by YoannAbriel).

Head commit for run:
eb2265697f060a55a517b70e7e474997c4ff6804 / Yoann Abriel <[email protected]>
fix(providers/alibaba): pass relative path to oss_write in OSSRemoteLogIO.upload

upload() was passing the full OSS URI (built with remote_base prefix) to
oss_write(), which prepends base_folder internally, producing a doubled
path like oss://bucket/prefix/oss://bucket/prefix/dag_id=.../attempt=1.log.

Pass only the relative path so oss_write() constructs the correct key.

Closes: #63242

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

With regards,
GitHub Actions via GitBox


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

Reply via email to