You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/05/10 20:07:31 UTC

[airflow] branch master updated (9bb91ef -> 493b685)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 9bb91ef  Add comments to breeze scripts (#8797)
     add 493b685  Add separate example DAGs and system tests for google cloud speech (#8778)

No new revisions were added by this update.

Summary of changes:
 ...example_speech.py => example_speech_to_text.py} | 51 ++++--------------
 ...example_speech.py => example_text_to_speech.py} | 57 ++++----------------
 ...ample_speech.py => example_translate_speech.py} | 46 ++++++-----------
 .../gcp/{speech.rst => speech_to_text.rst}         | 60 ++--------------------
 .../gcp/{speech.rst => text_to_speech.rst}         | 58 ++-------------------
 .../{translate-speech.rst => translate_speech.rst} | 26 +---------
 docs/operators-and-hooks-ref.rst                   |  6 +--
 ...ech_system.py => test_speech_to_text_system.py} | 12 ++---
 ...ech_system.py => test_text_to_speech_system.py} | 10 ++--
 ...h_system.py => test_translate_speech_system.py} | 12 ++---
 tests/test_project_structure.py                    |  6 ---
 11 files changed, 61 insertions(+), 283 deletions(-)
 copy airflow/providers/google/cloud/example_dags/{example_speech.py => example_speech_to_text.py} (61%)
 copy airflow/providers/google/cloud/example_dags/{example_speech.py => example_text_to_speech.py} (51%)
 rename airflow/providers/google/cloud/example_dags/{example_speech.py => example_translate_speech.py} (67%)
 copy docs/howto/operator/gcp/{speech.rst => speech_to_text.rst} (58%)
 rename docs/howto/operator/gcp/{speech.rst => text_to_speech.rst} (60%)
 rename docs/howto/operator/gcp/{translate-speech.rst => translate_speech.rst} (72%)
 copy tests/providers/google/cloud/operators/{test_speech_system.py => test_speech_to_text_system.py} (80%)
 copy tests/providers/google/cloud/operators/{test_speech_system.py => test_text_to_speech_system.py} (84%)
 rename tests/providers/google/cloud/operators/{test_speech_system.py => test_translate_speech_system.py} (80%)