Skip to content

Commit

Permalink
REMOVE ME LATER
Browse files Browse the repository at this point in the history
Sets a time in the far past to look for metadata changes to pull in
changes to the Cork and HSE harvesters.
  • Loading branch information
EricSoroos committed Apr 4, 2018
1 parent c440c4c commit 7238582
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ckanext/harvest/harvesters/ckanharvester.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,12 @@ def gather_stage(self, harvest_job):

# Request only the datasets modified since
last_time = last_error_free_job.gather_started

#### UNDONE REMOVE ME --- this was added to look back quite a long way to catch
#### the ckie zero bikes dataset and grab a new version of it.
last_time = datetime.datetime(2015,3,1)
#### UNDONE end remove me

# Note: SOLR works in UTC, and gather_started is also UTC, so
# this should work as long as local and remote clocks are
# relatively accurate. Going back a little earlier, just in case.
Expand Down

0 comments on commit 7238582

Please sign in to comment.