Skip to content

Commit

Permalink
Merge pull request #65 from data-for-change/2703-news-flash-etl-params
Browse files Browse the repository at this point in the history
Update news_flash.py
  • Loading branch information
atalyaalon authored Sep 26, 2024
2 parents 4ae5009 + 703104e commit 4dd9087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow_server/dags/news_flash.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
)

with DAG('update-all-news-flash-location-only', **dag_kwargs, schedule_interval=None,
description='Update all news flash') as update_all_news_flash_dag:
description='Update all news flashes CBS Location. Use existing NewsFlash GPS coordinates') as update_all_news_flash_location_only_dag:
CliBashOperator(
cmd='anyway-etl anyway-kubectl-exec python3 main.py '
'update-news-flash update --update_cbs_location_only',
'update-news-flash update --use_existing_coordinates_only',
task_id='update-all-news-flash'
)

Expand Down

0 comments on commit 4dd9087

Please sign in to comment.