diff --git a/bin/generate_dag_config.py b/bin/generate_dag_config.py index c251d00..0437dbc 100644 --- a/bin/generate_dag_config.py +++ b/bin/generate_dag_config.py @@ -29,7 +29,11 @@ schedule='0 0 * * *' ), production=ScheduledCollectionConfig( - selection=CollectionSelection.none + selection=CollectionSelection.explicit, + collections=[ + 'ancient-woodland' + ], + schedule='0 9 * * *' ) )