You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Henk Griffioen (JIRA)" <ji...@apache.org> on 2017/04/04 08:10:41 UTC

[jira] [Created] (AIRFLOW-1065) Add functionality for Azure Blob Storage

Henk Griffioen created AIRFLOW-1065:
---------------------------------------

             Summary: Add functionality for Azure Blob Storage
                 Key: AIRFLOW-1065
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1065
             Project: Apache Airflow
          Issue Type: New Feature
            Reporter: Henk Griffioen


Currently Airflow has sensors and operators for S3 and GCE but it does not support Azure Blob Storage.

A hook would interface with Azure Blob storage via the Python library azure-storage over the wasbs protocol. Sensors use the hook to detect if a blob has landed on a container and operators use it to move files to the blob storage.

The design for the hook airflow.contrib.hooks.WasbsHook would mimic airflow.operators.S3_hook.S3Hook.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)