[
https://issues.apache.org/jira/browse/AIRFLOW-2912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16618894#comment-16618894
]
Jarek Potiuk commented on AIRFLOW-2912:
---------------------------------------
We have a design doc describing proposed architecture and properties of the
implementation. We think the most important operators are:
* *GCFFunctionDelete* - deletes an existing function, specified by name.
Succeeds when there is no function to delete with the name specified (it is
idempotent)
* *GCFFunctionDeploy* - creates new or updates existing function.
* *GCFFunctionInvoke* - invokes existing function (Note that it’s being
implemented now and not supposed to - will be available when API controlling
access to Invoke API calls will be published)
The document is here:
https://docs.google.com/document/d/1Wj46--jco47Ju-5-OuSxG3RZj6qvfRUscn62VEBXJAc/edit#heading=h.b48kcm9s7ymv
> Add operators for Google Cloud Functions
> ----------------------------------------
>
> Key: AIRFLOW-2912
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2912
> Project: Apache Airflow
> Issue Type: New Feature
> Reporter: Dariusz Aniszewski
> Assignee: Jarek Potiuk
> Priority: Major
>
> It would be nice to be able to create, delete and call Cloud Functions
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)