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 2019/10/02 11:09:00 UTC

[jira] [Commented] (AIRFLOW-3971) Google Cloud Natural Language Operators

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

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

Commit a206d7d846e9459d9f2611582191c6e5490e9f64 in airflow's branch refs/heads/v1-10-stable from Camilo Martinez
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=a206d7d ]

[AIRFLOW-5561] Relax httplib2 version required for gcp extra (#6194)

As part of [AIRFLOW-3971] a minor version range dependency was
introduced that means that only older versions of httplib2 can
be used.

I'm relaxing this dependency as I tested with the latest 0.13.1
and it works correctly

(cherry picked from commit 4d4fda75333b1e6ae4e99b407ab2b1edc0d139d8)


> Google Cloud Natural Language Operators
> ---------------------------------------
>
>                 Key: AIRFLOW-3971
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3971
>             Project: Apache Airflow
>          Issue Type: Improvement
>            Reporter: Kamil Bregula
>            Assignee: Kamil Bregula
>            Priority: Major
>             Fix For: 1.10.3
>
>
> Hello, 
> I want to create a new set of operors:
>  
> |*Operator name*|*API URL /description*|
> |CloudLanguageAnalyzeEntities|[Docs|https://googleapis.github.io/google-cloud-python/latest/language/gapic/v1/api.html#google.cloud.language_v1.LanguageServiceClient.analyze_entities]|
> |CloudLanguageAnalyzeEntitySentiment|[Docs|https://googleapis.github.io/google-cloud-python/latest/language/gapic/v1/api.html#google.cloud.language_v1.LanguageServiceClient.analyze_entity_sentiment]|
> |CloudLanguageAnalyzeSentiment|[Docs|https://googleapis.github.io/google-cloud-python/latest/language/gapic/v1/api.html#google.cloud.language_v1.LanguageServiceClient.analyze_sentiment]|
> |CloudLanguageClassifyTextOperator|[Docs|https://googleapis.github.io/google-cloud-python/latest/language/gapic/v1/api.html#google.cloud.language_v1.LanguageServiceClient.classify_text]|
> Greetings
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)