Skip to content

Commit 4dd9087

Browse files
authored
Merge pull request #65 from data-for-change/2703-news-flash-etl-params
Update news_flash.py
2 parents 4ae5009 + 703104e commit 4dd9087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airflow_server/dags/news_flash.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
)
3333

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

0 commit comments

Comments
 (0)