Skip to content

Commit

Permalink
Add 'schedule' to example_video_intelligence.py (#26701)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkossakowska committed Sep 27, 2022
1 parent beff568 commit ff54711
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* BUCKET_NAME - Google Cloud Storage bucket where the file exists.
"""

from __future__ import annotations

import os
Expand Down Expand Up @@ -63,6 +64,7 @@

with models.DAG(
DAG_ID,
schedule="@once",
start_date=datetime(2021, 1, 1),
catchup=False,
tags=['example'],
Expand Down

0 comments on commit ff54711

Please sign in to comment.