OSSDownloadObjectOperator

Alibaba Cloud

This operator to Download an OSS object

View on GitHub

Last Updated: Oct. 23, 2022

Access Instructions

Install the Alibaba Cloud provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

keykey of the object to download.
local_filelocal path + file name to save.
regionOSS region
bucket_nameOSS bucket name
oss_conn_idThe Airflow connection used for OSS credentials.

Documentation

This operator to Download an OSS object

Was this page helpful?