Skip to content

Commit

Permalink
Enable all collections
Browse files Browse the repository at this point in the history
  • Loading branch information
ernest-tpximpact committed Oct 11, 2024
1 parent ea7f425 commit 14efae0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions bin/generate_dag_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@

collection_config = Environments(
development=CollectionConfig(
selection=CollectionSelection.explicit,
collections=[
'ancient-woodland',
'organisation',
'title-boundary',
'article-4-direction',
'central-activities-zone'
],
# selection=CollectionSelection.explicit,
# collections=[
# 'ancient-woodland',
# 'organisation',
# 'title-boundary',
# 'article-4-direction',
# 'central-activities-zone'
# ],
selection=CollectionSelection.all,
schedule='0 10 * * *', # Daily at 10 AM
max_active_tasks=80
),
Expand Down

0 comments on commit 14efae0

Please sign in to comment.