Skip to content

Commit

Permalink
enable all schedule collections (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
ernest-tpximpact authored Oct 29, 2024
1 parent cdaf0d8 commit 87e927f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions bin/generate_dag_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,7 @@
schedule='0 0 * * *'
),
production=ScheduledCollectionConfig(
selection=CollectionSelection.explicit,
collections=[
'organisation',
'ancient-woodland',
'flood-risk-zone',
'article-4-direction',
'central-activities-zone'
],
selection=CollectionSelection.all,
schedule='0 0 * * *'
)
)
Expand Down

0 comments on commit 87e927f

Please sign in to comment.