tests.system.providers.google.cloud.video_intelligence.example_video_intelligence

Example Airflow DAG that demonstrates operators for the Google Cloud Video Intelligence service in the Google Cloud Platform.

This DAG relies on the following OS environment variables:

  • BUCKET_NAME - Google Cloud Storage bucket where the file exists.

Module Contents

tests.system.providers.google.cloud.video_intelligence.example_video_intelligence.ENV_ID[source]
tests.system.providers.google.cloud.video_intelligence.example_video_intelligence.DAG_ID = 'example_gcp_video_intelligence'[source]
tests.system.providers.google.cloud.video_intelligence.example_video_intelligence.BUCKET_NAME_SRC = 'cloud-samples-data'[source]
tests.system.providers.google.cloud.video_intelligence.example_video_intelligence.PATH_SRC = 'video/cat.mp4'[source]
tests.system.providers.google.cloud.video_intelligence.example_video_intelligence.BUCKET_NAME_DST[source]
tests.system.providers.google.cloud.video_intelligence.example_video_intelligence.FILE_NAME = 'video.mp4'[source]
tests.system.providers.google.cloud.video_intelligence.example_video_intelligence.INPUT_URI[source]
tests.system.providers.google.cloud.video_intelligence.example_video_intelligence.create_bucket[source]
tests.system.providers.google.cloud.video_intelligence.example_video_intelligence.test_run[source]

Was this entry helpful?