Skip to content

Commit

Permalink
Setup ancient-woodland dag for production testing (#14)
Browse files Browse the repository at this point in the history
* Setup ancient-woodland dag for production testing

* Update schedule to morning
  • Loading branch information
ernest-tpximpact authored Oct 24, 2024
1 parent 302fe28 commit 37787b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/generate_dag_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
schedule='0 0 * * *'
),
production=ScheduledCollectionConfig(
selection=CollectionSelection.none
selection=CollectionSelection.explicit,
collections=[
'ancient-woodland'
],
schedule='0 9 * * *'
)
)

Expand Down

0 comments on commit 37787b7

Please sign in to comment.