You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/04/05 07:57:41 UTC

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

    [ https://issues.apache.org/jira/browse/AIRFLOW-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15956471#comment-15956471 ] 

ASF subversion and git services commented on AIRFLOW-1065:
----------------------------------------------------------

Commit f1bc5f38ac88054270e8b1863d48e953b58a7c74 in incubator-airflow's branch refs/heads/master from [~hgrif]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=f1bc5f3 ]

[AIRFLOW-1065] Add functionality for Azure Blob Storage over wasb://

This PR implements a hook to interface with Azure
storage over wasb://
via azure-storage; adds sensors to check for blobs
or prefixes; and
adds an operator to transfer a local file to the
Blob Storage.

Design is similar to that of the S3Hook in
airflow.operators.S3_hook.

Closes #2216 from hgrif/AIRFLOW-1065


> 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
>            Assignee: Henk Griffioen
>             Fix For: 1.9.0
>
>
> 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 wasb 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.WasbHook would mimic airflow.operators.S3_hook.S3Hook.



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